#151006
a deep, vivid yellow · warm · closest name: black
RGB
21, 16, 6
HSL
40°, 56%, 5%
CMYK
0, 24, 71, 92
Luminance
0.0054
Every format
| HEX | #151006 |
| RGB | rgb(21, 16, 6) |
| HSL | hsl(40, 56%, 5%) |
| CMYK | cmyk(0%, 24%, 71%, 92%) |
| LAB | lab(4.9 0.5 4.9) |
| LCH | lch(4.9 4.9 84.6) |
| OKLCH | oklch(0.176 0.021 85.1) |
Copy-ready code
/* CSS */
color: #151006;
background-color: #151006;
/* Tailwind (arbitrary) */
class="text-[#151006] bg-[#151006]"
/* SCSS */
$brand: #151006;
/* SwiftUI */
Color(red: 0.082, green: 0.063, blue: 0.024)
/* Android */
Color.parseColor("#151006")Accessibility — WCAG contrast
Aa
#151006 on white: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#151006 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green6.3%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow71.4%
Key (black)91.8%
Color previews
#151006 text on a black background
contrast 1.11:1
Card sample
#151006 text on a white background
contrast 18.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #151006;
Background color
Panel with #151006 background
background-color: #151006;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #151006;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 16, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 16, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #151006; background: linear-gradient(135deg, #151006, #101506);