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