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