#05291f
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 41, 31
HSL
163°, 78%, 9%
CMYK
88, 0, 24, 84
Luminance
0.0172
Every format
| HEX | #05291f |
| RGB | rgb(5, 41, 31) |
| HSL | hsl(163, 78%, 9%) |
| CMYK | cmyk(88%, 0%, 24%, 84%) |
| LAB | lab(13.9 -15.8 2.9) |
| LCH | lch(13.9 16.1 169.5) |
| OKLCH | oklch(0.252 0.045 170.4) |
Copy-ready code
/* CSS */
color: #05291f;
background-color: #05291f;
/* Tailwind (arbitrary) */
class="text-[#05291f] bg-[#05291f]"
/* SCSS */
$brand: #05291f;
/* SwiftUI */
Color(red: 0.020, green: 0.161, blue: 0.122)
/* Android */
Color.parseColor("#05291f")Accessibility — WCAG contrast
Aa
#05291f on white: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05291f on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green16.1%
Blue12.2%
CMYK percentages
Cyan87.8%
Magenta0.0%
Yellow24.4%
Key (black)83.9%
Color previews
#05291f text on a black background
contrast 1.34:1
Card sample
#05291f text on a white background
contrast 15.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05291f;
Background color
Panel with #05291f background
background-color: #05291f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05291f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 41, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 41, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05291f; background: linear-gradient(135deg, #05291f, #051B29);