#021fba
a dark, electric blue · warm · closest name: navy
RGB
2, 31, 186
HSL
231°, 98%, 37%
CMYK
99, 83, 0, 27
Luminance
0.0454
Every format
| HEX | #021fba |
| RGB | rgb(2, 31, 186) |
| HSL | hsl(231, 98%, 37%) |
| CMYK | cmyk(99%, 83%, 0%, 27%) |
| LAB | lab(25.4 52.7 -79.6) |
| LCH | lch(25.4 95.5 303.5) |
| OKLCH | oklch(0.379 0.232 264.4) |
Copy-ready code
/* CSS */
color: #021fba;
background-color: #021fba;
/* Tailwind (arbitrary) */
class="text-[#021fba] bg-[#021fba]"
/* SCSS */
$brand: #021fba;
/* SwiftUI */
Color(red: 0.008, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#021fba")Accessibility — WCAG contrast
Aa
#021fba on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021fba on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green12.2%
Blue72.9%
CMYK percentages
Cyan98.9%
Magenta83.3%
Yellow0.0%
Key (black)27.1%
Color previews
#021fba text on a black background
contrast 1.91:1
Card sample
#021fba text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021fba;
Background color
Panel with #021fba background
background-color: #021fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021fba; background: linear-gradient(135deg, #021fba, #6002BA);