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