#131008
a deep, soft yellow · warm · closest name: black
RGB
19, 16, 8
HSL
44°, 41%, 5%
CMYK
0, 16, 58, 93
Luminance
0.0053
Every format
| HEX | #131008 |
| RGB | rgb(19, 16, 8) |
| HSL | hsl(44, 41%, 5%) |
| CMYK | cmyk(0%, 16%, 58%, 93%) |
| LAB | lab(4.8 -0.1 3.8) |
| LCH | lch(4.8 3.8 91.8) |
| OKLCH | oklch(0.174 0.016 90.1) |
Copy-ready code
/* CSS */
color: #131008;
background-color: #131008;
/* Tailwind (arbitrary) */
class="text-[#131008] bg-[#131008]"
/* SCSS */
$brand: #131008;
/* SwiftUI */
Color(red: 0.075, green: 0.063, blue: 0.031)
/* Android */
Color.parseColor("#131008")Accessibility — WCAG contrast
Aa
#131008 on white: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#131008 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green6.3%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow57.9%
Key (black)92.5%
Color previews
#131008 text on a black background
contrast 1.11:1
Card sample
#131008 text on a white background
contrast 19.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #131008;
Background color
Panel with #131008 background
background-color: #131008;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #131008;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 16, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 16, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #131008; background: linear-gradient(135deg, #131008, #0F1308);