#021bcf
a dark, electric blue · warm · closest name: blue
RGB
2, 27, 207
HSL
233°, 98%, 41%
CMYK
99, 87, 0, 19
Luminance
0.0530
Every format
| HEX | #021bcf |
| RGB | rgb(2, 27, 207) |
| HSL | hsl(233, 98%, 41%) |
| CMYK | cmyk(99%, 87%, 0%, 19%) |
| LAB | lab(27.6 60.7 -88.3) |
| LCH | lch(27.6 107.2 304.5) |
| OKLCH | oklch(0.402 0.257 264.4) |
Copy-ready code
/* CSS */
color: #021bcf;
background-color: #021bcf;
/* Tailwind (arbitrary) */
class="text-[#021bcf] bg-[#021bcf]"
/* SCSS */
$brand: #021bcf;
/* SwiftUI */
Color(red: 0.008, green: 0.106, blue: 0.812)
/* Android */
Color.parseColor("#021bcf")Accessibility — WCAG contrast
Aa
#021bcf on white: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021bcf on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green10.6%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta87.0%
Yellow0.0%
Key (black)18.8%
Color previews
#021bcf text on a black background
contrast 2.06:1
Card sample
#021bcf text on a white background
contrast 10.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021bcf;
Background color
Panel with #021bcf background
background-color: #021bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 27, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 27, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021bcf; background: linear-gradient(135deg, #021bcf, #7202CF);