#002abc
a dark, electric blue · warm · closest name: navy
RGB
0, 42, 188
HSL
227°, 100%, 37%
CMYK
100, 78, 0, 26
Luminance
0.0529
Every format
| HEX | #002abc |
| RGB | rgb(0, 42, 188) |
| HSL | hsl(227, 100%, 37%) |
| CMYK | cmyk(100%, 78%, 0%, 26%) |
| LAB | lab(27.5 47.6 -77.2) |
| LCH | lch(27.5 90.7 301.7) |
| OKLCH | oklch(0.395 0.225 263.9) |
Copy-ready code
/* CSS */
color: #002abc;
background-color: #002abc;
/* Tailwind (arbitrary) */
class="text-[#002abc] bg-[#002abc]"
/* SCSS */
$brand: #002abc;
/* SwiftUI */
Color(red: 0.000, green: 0.165, blue: 0.737)
/* Android */
Color.parseColor("#002abc")Accessibility — WCAG contrast
Aa
#002abc on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002abc on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.5%
Blue73.7%
CMYK percentages
Cyan100.0%
Magenta77.7%
Yellow0.0%
Key (black)26.3%
Color previews
#002abc text on a black background
contrast 2.06:1
Card sample
#002abc text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002abc;
Background color
Panel with #002abc background
background-color: #002abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 42, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 42, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002abc; background: linear-gradient(135deg, #002abc, #5300BC);