#08241f
a deep, vivid cyan · cool · closest name: black
RGB
8, 36, 31
HSL
169°, 64%, 9%
CMYK
78, 0, 14, 86
Luminance
0.0141
Every format
| HEX | #08241f |
| RGB | rgb(8, 36, 31) |
| HSL | hsl(169, 64%, 9%) |
| CMYK | cmyk(78%, 0%, 14%, 86%) |
| LAB | lab(12.0 -12.1 0.2) |
| LCH | lch(12.0 12.1 179.0) |
| OKLCH | oklch(0.237 0.035 179.4) |
Copy-ready code
/* CSS */
color: #08241f;
background-color: #08241f;
/* Tailwind (arbitrary) */
class="text-[#08241f] bg-[#08241f]"
/* SCSS */
$brand: #08241f;
/* SwiftUI */
Color(red: 0.031, green: 0.141, blue: 0.122)
/* Android */
Color.parseColor("#08241f")Accessibility — WCAG contrast
Aa
#08241f on white: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08241f on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.1%
Blue12.2%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow13.9%
Key (black)85.9%
Color previews
#08241f text on a black background
contrast 1.28:1
Card sample
#08241f text on a white background
contrast 16.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08241f;
Background color
Panel with #08241f background
background-color: #08241f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08241f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 36, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 36, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08241f; background: linear-gradient(135deg, #08241f, #081624);