#021bdf
a dark, electric blue · warm · closest name: blue
RGB
2, 27, 223
HSL
233°, 98%, 44%
CMYK
99, 88, 0, 13
Luminance
0.0612
Every format
| HEX | #021bdf |
| RGB | rgb(2, 27, 223) |
| HSL | hsl(233, 98%, 44%) |
| CMYK | cmyk(99%, 88%, 0%, 13%) |
| LAB | lab(29.7 65.3 -94.0) |
| LCH | lch(29.7 114.5 304.8) |
| OKLCH | oklch(0.423 0.273 264.4) |
Copy-ready code
/* CSS */
color: #021bdf;
background-color: #021bdf;
/* Tailwind (arbitrary) */
class="text-[#021bdf] bg-[#021bdf]"
/* SCSS */
$brand: #021bdf;
/* SwiftUI */
Color(red: 0.008, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#021bdf")Accessibility — WCAG contrast
Aa
#021bdf on white: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021bdf on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green10.6%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#021bdf text on a black background
contrast 2.22:1
Card sample
#021bdf text on a white background
contrast 9.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021bdf;
Background color
Panel with #021bdf background
background-color: #021bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021bdf; background: linear-gradient(135deg, #021bdf, #7C02DF);