#3528af
a dark, vivid blue · warm · closest name: navy
RGB
53, 40, 175
HSL
246°, 63%, 42%
CMYK
70, 77, 0, 31
Luminance
0.0537
Every format
| HEX | #3528af |
| RGB | rgb(53, 40, 175) |
| HSL | hsl(246, 63%, 42%) |
| CMYK | cmyk(70%, 77%, 0%, 31%) |
| LAB | lab(27.8 47.1 -69.0) |
| LCH | lch(27.8 83.6 304.3) |
| OKLCH | oklch(0.398 0.201 276.4) |
Copy-ready code
/* CSS */
color: #3528af;
background-color: #3528af;
/* Tailwind (arbitrary) */
class="text-[#3528af] bg-[#3528af]"
/* SCSS */
$brand: #3528af;
/* SwiftUI */
Color(red: 0.208, green: 0.157, blue: 0.686)
/* Android */
Color.parseColor("#3528af")Accessibility — WCAG contrast
Aa
#3528af on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3528af on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green15.7%
Blue68.6%
CMYK percentages
Cyan69.7%
Magenta77.1%
Yellow0.0%
Key (black)31.4%
Color previews
#3528af text on a black background
contrast 2.07:1
Card sample
#3528af text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3528af;
Background color
Panel with #3528af background
background-color: #3528af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3528af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 40, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 40, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3528af; background: linear-gradient(135deg, #3528af, #8F28AF);