#032fd1
a dark, electric blue · warm · closest name: navy
RGB
3, 47, 209
HSL
227°, 97%, 42%
CMYK
99, 78, 0, 18
Luminance
0.0666
Every format
| HEX | #032fd1 |
| RGB | rgb(3, 47, 209) |
| HSL | hsl(227, 97%, 42%) |
| CMYK | cmyk(99%, 78%, 0%, 18%) |
| LAB | lab(31.0 52.0 -83.8) |
| LCH | lch(31.0 98.6 301.9) |
| OKLCH | oklch(0.427 0.244 264.2) |
Copy-ready code
/* CSS */
color: #032fd1;
background-color: #032fd1;
/* Tailwind (arbitrary) */
class="text-[#032fd1] bg-[#032fd1]"
/* SCSS */
$brand: #032fd1;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.820)
/* Android */
Color.parseColor("#032fd1")Accessibility — WCAG contrast
Aa
#032fd1 on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032fd1 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue82.0%
CMYK percentages
Cyan98.6%
Magenta77.5%
Yellow0.0%
Key (black)18.0%
Color previews
#032fd1 text on a black background
contrast 2.33:1
Card sample
#032fd1 text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032fd1;
Background color
Panel with #032fd1 background
background-color: #032fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032fd1; background: linear-gradient(135deg, #032fd1, #6003D1);