Campanula
#3473b7
Looking for the precise values behind Campanula (#3473b7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3473b7 | |
|---|---|---|
| RGB | rgb(52, 115, 183) | |
| HSL | hsl(211, 56%, 46%) | |
| CMYK | cmyk(72%, 37%, 0%, 28%) | |
| LAB | lab(47, -3, -43) | |
| OKLCH | oklch(0.55 0.125 253) |
Color harmonies
Tints & shades
Code snippets
color: #3473b7;
background-color: #3473b7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF3473B7)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.45, blue: 0.72, alpha: 1.0)