#051411
a deep, vivid cyan · cool · closest name: black
RGB
5, 20, 17
HSL
168°, 60%, 5%
CMYK
75, 0, 15, 92
Luminance
0.0057
Every format
| HEX | #051411 |
| RGB | rgb(5, 20, 17) |
| HSL | hsl(168, 60%, 5%) |
| CMYK | cmyk(75%, 0%, 15%, 92%) |
| LAB | lab(5.2 -5.4 0.1) |
| LCH | lch(5.2 5.4 179.3) |
| OKLCH | oklch(0.176 0.023 179.7) |
Copy-ready code
/* CSS */
color: #051411;
background-color: #051411;
/* Tailwind (arbitrary) */
class="text-[#051411] bg-[#051411]"
/* SCSS */
$brand: #051411;
/* SwiftUI */
Color(red: 0.020, green: 0.078, blue: 0.067)
/* Android */
Color.parseColor("#051411")Accessibility — WCAG contrast
Aa
#051411 on white: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051411 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.8%
Blue6.7%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow15.0%
Key (black)92.2%
Color previews
#051411 text on a black background
contrast 1.11:1
Card sample
#051411 text on a white background
contrast 18.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051411;
Background color
Panel with #051411 background
background-color: #051411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 20, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 20, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051411; background: linear-gradient(135deg, #051411, #050D14);