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