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