#021cd7
a dark, electric blue · warm · closest name: blue
RGB
2, 28, 215
HSL
233°, 98%, 43%
CMYK
99, 87, 0, 16
Luminance
0.0575
Every format
| HEX | #021cd7 |
| RGB | rgb(2, 28, 215) |
| HSL | hsl(233, 98%, 43%) |
| CMYK | cmyk(99%, 87%, 0%, 16%) |
| LAB | lab(28.8 62.7 -91.0) |
| LCH | lch(28.8 110.5 304.6) |
| OKLCH | oklch(0.413 0.265 264.4) |
Copy-ready code
/* CSS */
color: #021cd7;
background-color: #021cd7;
/* Tailwind (arbitrary) */
class="text-[#021cd7] bg-[#021cd7]"
/* SCSS */
$brand: #021cd7;
/* SwiftUI */
Color(red: 0.008, green: 0.110, blue: 0.843)
/* Android */
Color.parseColor("#021cd7")Accessibility — WCAG contrast
Aa
#021cd7 on white: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021cd7 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green11.0%
Blue84.3%
CMYK percentages
Cyan99.1%
Magenta87.0%
Yellow0.0%
Key (black)15.7%
Color previews
#021cd7 text on a black background
contrast 2.15:1
Card sample
#021cd7 text on a white background
contrast 9.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021cd7;
Background color
Panel with #021cd7 background
background-color: #021cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 28, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 28, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021cd7; background: linear-gradient(135deg, #021cd7, #7602D7);