#021fac
a dark, electric blue · warm · closest name: navy
RGB
2, 31, 172
HSL
230°, 98%, 34%
CMYK
99, 82, 0, 33
Luminance
0.0397
Every format
| HEX | #021fac |
| RGB | rgb(2, 31, 172) |
| HSL | hsl(230, 98%, 34%) |
| CMYK | cmyk(99%, 82%, 0%, 33%) |
| LAB | lab(23.6 48.2 -74.3) |
| LCH | lch(23.6 88.5 303.0) |
| OKLCH | oklch(0.361 0.216 264.4) |
Copy-ready code
/* CSS */
color: #021fac;
background-color: #021fac;
/* Tailwind (arbitrary) */
class="text-[#021fac] bg-[#021fac]"
/* SCSS */
$brand: #021fac;
/* SwiftUI */
Color(red: 0.008, green: 0.122, blue: 0.675)
/* Android */
Color.parseColor("#021fac")Accessibility — WCAG contrast
Aa
#021fac on white: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021fac on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green12.2%
Blue67.5%
CMYK percentages
Cyan98.8%
Magenta82.0%
Yellow0.0%
Key (black)32.5%
Color previews
#021fac text on a black background
contrast 1.79:1
Card sample
#021fac text on a white background
contrast 11.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021fac;
Background color
Panel with #021fac background
background-color: #021fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 31, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 31, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021fac; background: linear-gradient(135deg, #021fac, #5602AC);