#051a21
a deep, vivid cyan · cool · closest name: black
RGB
5, 26, 33
HSL
195°, 74%, 8%
CMYK
85, 21, 0, 87
Luminance
0.0088
Every format
| HEX | #051a21 |
| RGB | rgb(5, 26, 33) |
| HSL | hsl(195, 74%, 8%) |
| CMYK | cmyk(85%, 21%, 0%, 87%) |
| LAB | lab(8.0 -5.4 -7.4) |
| LCH | lch(8.0 9.1 234.0) |
| OKLCH | oklch(0.204 0.031 222.4) |
Copy-ready code
/* CSS */
color: #051a21;
background-color: #051a21;
/* Tailwind (arbitrary) */
class="text-[#051a21] bg-[#051a21]"
/* SCSS */
$brand: #051a21;
/* SwiftUI */
Color(red: 0.020, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#051a21")Accessibility — WCAG contrast
Aa
#051a21 on white: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051a21 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green10.2%
Blue12.9%
CMYK percentages
Cyan84.8%
Magenta21.2%
Yellow0.0%
Key (black)87.1%
Color previews
#051a21 text on a black background
contrast 1.18:1
Card sample
#051a21 text on a white background
contrast 17.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051a21;
Background color
Panel with #051a21 background
background-color: #051a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051a21; background: linear-gradient(135deg, #051a21, #050721);