#030211
a deep, electric blue · warm · closest name: black
RGB
3, 2, 17
HSL
244°, 79%, 4%
CMYK
82, 88, 0, 93
Luminance
0.0010
Every format
| HEX | #030211 |
| RGB | rgb(3, 2, 17) |
| HSL | hsl(244, 79%, 4%) |
| CMYK | cmyk(82%, 88%, 0%, 93%) |
| LAB | lab(0.9 2.5 -6.1) |
| LCH | lch(0.9 6.7 292.6) |
| OKLCH | oklch(0.105 0.041 282.2) |
Copy-ready code
/* CSS */
color: #030211;
background-color: #030211;
/* Tailwind (arbitrary) */
class="text-[#030211] bg-[#030211]"
/* SCSS */
$brand: #030211;
/* SwiftUI */
Color(red: 0.012, green: 0.008, blue: 0.067)
/* Android */
Color.parseColor("#030211")Accessibility — WCAG contrast
Aa
#030211 on white: 20.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030211 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green0.8%
Blue6.7%
CMYK percentages
Cyan82.4%
Magenta88.2%
Yellow0.0%
Key (black)93.3%
Color previews
#030211 text on a black background
contrast 1.02:1
Card sample
#030211 text on a white background
contrast 20.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030211;
Background color
Panel with #030211 background
background-color: #030211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 2, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 2, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030211; background: linear-gradient(135deg, #030211, #0D0211);