#051a17
a deep, vivid cyan · cool · closest name: black
RGB
5, 26, 23
HSL
171°, 68%, 6%
CMYK
81, 0, 12, 90
Luminance
0.0083
Every format
| HEX | #051a17 |
| RGB | rgb(5, 26, 23) |
| HSL | hsl(171, 68%, 6%) |
| CMYK | cmyk(81%, 0%, 12%, 90%) |
| LAB | lab(7.5 -8.4 -0.5) |
| LCH | lch(7.5 8.4 183.3) |
| OKLCH | oklch(0.199 0.028 183.0) |
Copy-ready code
/* CSS */
color: #051a17;
background-color: #051a17;
/* Tailwind (arbitrary) */
class="text-[#051a17] bg-[#051a17]"
/* SCSS */
$brand: #051a17;
/* SwiftUI */
Color(red: 0.020, green: 0.102, blue: 0.090)
/* Android */
Color.parseColor("#051a17")Accessibility — WCAG contrast
Aa
#051a17 on white: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051a17 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green10.2%
Blue9.0%
CMYK percentages
Cyan80.8%
Magenta0.0%
Yellow11.5%
Key (black)89.8%
Color previews
#051a17 text on a black background
contrast 1.17:1
Card sample
#051a17 text on a white background
contrast 18.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051a17;
Background color
Panel with #051a17 background
background-color: #051a17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051a17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 26, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 26, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051a17; background: linear-gradient(135deg, #051a17, #050F1A);