#1f220a
a deep, vivid yellow · cool · closest name: black
RGB
31, 34, 10
HSL
68°, 55%, 9%
CMYK
9, 0, 71, 87
Luminance
0.0146
Every format
| HEX | #1f220a |
| RGB | rgb(31, 34, 10) |
| HSL | hsl(68, 55%, 9%) |
| CMYK | cmyk(9%, 0%, 71%, 87%) |
| LAB | lab(12.3 -6.0 14.0) |
| LCH | lch(12.3 15.3 113.1) |
| OKLCH | oklch(0.242 0.040 115.4) |
Copy-ready code
/* CSS */
color: #1f220a;
background-color: #1f220a;
/* Tailwind (arbitrary) */
class="text-[#1f220a] bg-[#1f220a]"
/* SCSS */
$brand: #1f220a;
/* SwiftUI */
Color(red: 0.122, green: 0.133, blue: 0.039)
/* Android */
Color.parseColor("#1f220a")Accessibility — WCAG contrast
Aa
#1f220a on white: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f220a on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green13.3%
Blue3.9%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow70.6%
Key (black)86.7%
Color previews
#1f220a text on a black background
contrast 1.29:1
Card sample
#1f220a text on a white background
contrast 16.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f220a;
Background color
Panel with #1f220a background
background-color: #1f220a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f220a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 34, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 34, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f220a; background: linear-gradient(135deg, #1f220a, #0F220A);