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