#0232af
a dark, electric blue · cool · closest name: navy
RGB
2, 50, 175
HSL
223°, 98%, 35%
CMYK
99, 71, 0, 31
Luminance
0.0539
Every format
| HEX | #0232af |
| RGB | rgb(2, 50, 175) |
| HSL | hsl(223, 98%, 35%) |
| CMYK | cmyk(99%, 71%, 0%, 31%) |
| LAB | lab(27.8 38.2 -69.0) |
| LCH | lch(27.8 78.9 299.0) |
| OKLCH | oklch(0.393 0.202 263.4) |
Copy-ready code
/* CSS */
color: #0232af;
background-color: #0232af;
/* Tailwind (arbitrary) */
class="text-[#0232af] bg-[#0232af]"
/* SCSS */
$brand: #0232af;
/* SwiftUI */
Color(red: 0.008, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#0232af")Accessibility — WCAG contrast
Aa
#0232af on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0232af on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green19.6%
Blue68.6%
CMYK percentages
Cyan98.9%
Magenta71.4%
Yellow0.0%
Key (black)31.4%
Color previews
#0232af text on a black background
contrast 2.08:1
Card sample
#0232af text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0232af;
Background color
Panel with #0232af background
background-color: #0232af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0232af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0232af; background: linear-gradient(135deg, #0232af, #4502AF);