#221700
a deep, electric yellow · warm · closest name: black
RGB
34, 23, 0
HSL
41°, 100%, 7%
CMYK
0, 32, 100, 87
Luminance
0.0095
Every format
| HEX | #221700 |
| RGB | rgb(34, 23, 0) |
| HSL | hsl(41, 100%, 7%) |
| CMYK | cmyk(0%, 32%, 100%, 87%) |
| LAB | lab(8.6 2.3 12.9) |
| LCH | lch(8.6 13.1 79.9) |
| OKLCH | oklch(0.213 0.044 85.3) |
Copy-ready code
/* CSS */
color: #221700;
background-color: #221700;
/* Tailwind (arbitrary) */
class="text-[#221700] bg-[#221700]"
/* SCSS */
$brand: #221700;
/* SwiftUI */
Color(red: 0.133, green: 0.090, blue: 0.000)
/* Android */
Color.parseColor("#221700")Accessibility — WCAG contrast
Aa
#221700 on white: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#221700 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green9.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow100.0%
Key (black)86.7%
Color previews
#221700 text on a black background
contrast 1.19:1
Card sample
#221700 text on a white background
contrast 17.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #221700;
Background color
Panel with #221700 background
background-color: #221700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #221700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 23, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 23, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #221700; background: linear-gradient(135deg, #221700, #162200);