#021abc
a dark, electric blue · warm · closest name: navy
RGB
2, 26, 188
HSL
232°, 98%, 37%
CMYK
99, 86, 0, 26
Luminance
0.0438
Every format
| HEX | #021abc |
| RGB | rgb(2, 26, 188) |
| HSL | hsl(232, 98%, 37%) |
| CMYK | cmyk(99%, 86%, 0%, 26%) |
| LAB | lab(24.9 55.5 -81.6) |
| LCH | lch(24.9 98.7 304.2) |
| OKLCH | oklch(0.377 0.237 264.4) |
Copy-ready code
/* CSS */
color: #021abc;
background-color: #021abc;
/* Tailwind (arbitrary) */
class="text-[#021abc] bg-[#021abc]"
/* SCSS */
$brand: #021abc;
/* SwiftUI */
Color(red: 0.008, green: 0.102, blue: 0.737)
/* Android */
Color.parseColor("#021abc")Accessibility — WCAG contrast
Aa
#021abc on white: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021abc on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green10.2%
Blue73.7%
CMYK percentages
Cyan98.9%
Magenta86.2%
Yellow0.0%
Key (black)26.3%
Color previews
#021abc text on a black background
contrast 1.88:1
Card sample
#021abc text on a white background
contrast 11.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021abc;
Background color
Panel with #021abc background
background-color: #021abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 26, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 26, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021abc; background: linear-gradient(135deg, #021abc, #6602BC);