#181908
a deep, vivid yellow · cool · closest name: black
RGB
24, 25, 8
HSL
64°, 52%, 7%
CMYK
4, 0, 68, 90
Luminance
0.0091
Every format
| HEX | #181908 |
| RGB | rgb(24, 25, 8) |
| HSL | hsl(64, 52%, 7%) |
| CMYK | cmyk(4%, 0%, 68%, 90%) |
| LAB | lab(8.2 -3.8 8.9) |
| LCH | lch(8.2 9.7 113.3) |
| OKLCH | oklch(0.207 0.030 111.7) |
Copy-ready code
/* CSS */
color: #181908;
background-color: #181908;
/* Tailwind (arbitrary) */
class="text-[#181908] bg-[#181908]"
/* SCSS */
$brand: #181908;
/* SwiftUI */
Color(red: 0.094, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#181908")Accessibility — WCAG contrast
Aa
#181908 on white: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#181908 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green9.8%
Blue3.1%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow68.0%
Key (black)90.2%
Color previews
#181908 text on a black background
contrast 1.18:1
Card sample
#181908 text on a white background
contrast 17.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #181908;
Background color
Panel with #181908 background
background-color: #181908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #181908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #181908; background: linear-gradient(135deg, #181908, #0D1908);