#002ccc
a dark, electric blue · warm · closest name: navy
RGB
0, 44, 204
HSL
227°, 100%, 40%
CMYK
100, 78, 0, 20
Luminance
0.0616
Every format
| HEX | #002ccc |
| RGB | rgb(0, 44, 204) |
| HSL | hsl(227, 100%, 40%) |
| CMYK | cmyk(100%, 78%, 0%, 20%) |
| LAB | lab(29.8 51.9 -82.8) |
| LCH | lch(29.8 97.8 302.1) |
| OKLCH | oklch(0.416 0.242 264.0) |
Copy-ready code
/* CSS */
color: #002ccc;
background-color: #002ccc;
/* Tailwind (arbitrary) */
class="text-[#002ccc] bg-[#002ccc]"
/* SCSS */
$brand: #002ccc;
/* SwiftUI */
Color(red: 0.000, green: 0.173, blue: 0.800)
/* Android */
Color.parseColor("#002ccc")Accessibility — WCAG contrast
Aa
#002ccc on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002ccc on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green17.3%
Blue80.0%
CMYK percentages
Cyan100.0%
Magenta78.4%
Yellow0.0%
Key (black)20.0%
Color previews
#002ccc text on a black background
contrast 2.23:1
Card sample
#002ccc text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002ccc;
Background color
Panel with #002ccc background
background-color: #002ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 44, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 44, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002ccc; background: linear-gradient(135deg, #002ccc, #5C00CC);