#1f1f0d
a deep, soft yellow · cool · closest name: black
RGB
31, 31, 13
HSL
60°, 41%, 9%
CMYK
0, 0, 58, 88
Luminance
0.0130
Every format
| HEX | #1f1f0d |
| RGB | rgb(31, 31, 13) |
| HSL | hsl(60, 41%, 9%) |
| CMYK | cmyk(0%, 0%, 58%, 88%) |
| LAB | lab(11.3 -3.5 11.3) |
| LCH | lch(11.3 11.8 107.5) |
| OKLCH | oklch(0.234 0.031 108.6) |
Copy-ready code
/* CSS */
color: #1f1f0d;
background-color: #1f1f0d;
/* Tailwind (arbitrary) */
class="text-[#1f1f0d] bg-[#1f1f0d]"
/* SCSS */
$brand: #1f1f0d;
/* SwiftUI */
Color(red: 0.122, green: 0.122, blue: 0.051)
/* Android */
Color.parseColor("#1f1f0d")Accessibility — WCAG contrast
Aa
#1f1f0d on white: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f1f0d on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green12.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow58.1%
Key (black)87.8%
Color previews
#1f1f0d text on a black background
contrast 1.26:1
Card sample
#1f1f0d text on a white background
contrast 16.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f1f0d;
Background color
Panel with #1f1f0d background
background-color: #1f1f0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f1f0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 31, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 31, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f1f0d; background: linear-gradient(135deg, #1f1f0d, #131F0D);