#051114
a deep, vivid cyan · cool · closest name: black
RGB
5, 17, 20
HSL
192°, 60%, 5%
CMYK
75, 15, 0, 92
Luminance
0.0048
Every format
| HEX | #051114 |
| RGB | rgb(5, 17, 20) |
| HSL | hsl(192, 60%, 5%) |
| CMYK | cmyk(75%, 15%, 0%, 92%) |
| LAB | lab(4.4 -2.9 -3.0) |
| LCH | lch(4.4 4.1 225.9) |
| OKLCH | oklch(0.167 0.019 214.5) |
Copy-ready code
/* CSS */
color: #051114;
background-color: #051114;
/* Tailwind (arbitrary) */
class="text-[#051114] bg-[#051114]"
/* SCSS */
$brand: #051114;
/* SwiftUI */
Color(red: 0.020, green: 0.067, blue: 0.078)
/* Android */
Color.parseColor("#051114")Accessibility — WCAG contrast
Aa
#051114 on white: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051114 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green6.7%
Blue7.8%
CMYK percentages
Cyan75.0%
Magenta15.0%
Yellow0.0%
Key (black)92.2%
Color previews
#051114 text on a black background
contrast 1.10:1
Card sample
#051114 text on a white background
contrast 19.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051114;
Background color
Panel with #051114 background
background-color: #051114;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051114;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 17, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 17, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051114; background: linear-gradient(135deg, #051114, #050714);