#051313
a deep, vivid cyan · cool · closest name: black
RGB
5, 19, 19
HSL
180°, 58%, 5%
CMYK
74, 0, 0, 93
Luminance
0.0055
Every format
| HEX | #051313 |
| RGB | rgb(5, 19, 19) |
| HSL | hsl(180, 58%, 5%) |
| CMYK | cmyk(74%, 0%, 0%, 93%) |
| LAB | lab(4.9 -4.3 -1.5) |
| LCH | lch(4.9 4.6 199.5) |
| OKLCH | oklch(0.174 0.021 195.4) |
Copy-ready code
/* CSS */
color: #051313;
background-color: #051313;
/* Tailwind (arbitrary) */
class="text-[#051313] bg-[#051313]"
/* SCSS */
$brand: #051313;
/* SwiftUI */
Color(red: 0.020, green: 0.075, blue: 0.075)
/* Android */
Color.parseColor("#051313")Accessibility — WCAG contrast
Aa
#051313 on white: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051313 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.5%
Blue7.5%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow0.0%
Key (black)92.5%
Color previews
#051313 text on a black background
contrast 1.11:1
Card sample
#051313 text on a white background
contrast 18.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051313;
Background color
Panel with #051313 background
background-color: #051313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 19, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 19, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051313; background: linear-gradient(135deg, #051313, #050A13);