#1f1d13
a deep, soft yellow · cool · closest name: black
RGB
31, 29, 19
HSL
50°, 24%, 10%
CMYK
0, 7, 39, 88
Luminance
0.0122
Every format
| HEX | #1f1d13 |
| RGB | rgb(31, 29, 19) |
| HSL | hsl(50, 24%, 10%) |
| CMYK | cmyk(0%, 7%, 39%, 88%) |
| LAB | lab(10.7 -1.2 7.1) |
| LCH | lch(10.7 7.2 99.4) |
| OKLCH | oklch(0.230 0.018 98.1) |
Copy-ready code
/* CSS */
color: #1f1d13;
background-color: #1f1d13;
/* Tailwind (arbitrary) */
class="text-[#1f1d13] bg-[#1f1d13]"
/* SCSS */
$brand: #1f1d13;
/* SwiftUI */
Color(red: 0.122, green: 0.114, blue: 0.075)
/* Android */
Color.parseColor("#1f1d13")Accessibility — WCAG contrast
Aa
#1f1d13 on white: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f1d13 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green11.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow38.7%
Key (black)87.8%
Color previews
#1f1d13 text on a black background
contrast 1.24:1
Card sample
#1f1d13 text on a white background
contrast 16.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f1d13;
Background color
Panel with #1f1d13 background
background-color: #1f1d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f1d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 29, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 29, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f1d13; background: linear-gradient(135deg, #1f1d13, #191F13);