#021baf
a dark, electric blue · warm · closest name: navy
RGB
2, 27, 175
HSL
231°, 98%, 35%
CMYK
99, 85, 0, 31
Luminance
0.0389
Every format
| HEX | #021baf |
| RGB | rgb(2, 27, 175) |
| HSL | hsl(231, 98%, 35%) |
| CMYK | cmyk(99%, 85%, 0%, 31%) |
| LAB | lab(23.3 51.1 -76.5) |
| LCH | lch(23.3 92.0 303.7) |
| OKLCH | oklch(0.361 0.223 264.5) |
Copy-ready code
/* CSS */
color: #021baf;
background-color: #021baf;
/* Tailwind (arbitrary) */
class="text-[#021baf] bg-[#021baf]"
/* SCSS */
$brand: #021baf;
/* SwiftUI */
Color(red: 0.008, green: 0.106, blue: 0.686)
/* Android */
Color.parseColor("#021baf")Accessibility — WCAG contrast
Aa
#021baf on white: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021baf on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green10.6%
Blue68.6%
CMYK percentages
Cyan98.9%
Magenta84.6%
Yellow0.0%
Key (black)31.4%
Color previews
#021baf text on a black background
contrast 1.78:1
Card sample
#021baf text on a white background
contrast 11.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021baf;
Background color
Panel with #021baf background
background-color: #021baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 27, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 27, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021baf; background: linear-gradient(135deg, #021baf, #5C02AF);