#222207
a deep, vivid yellow · cool · closest name: black
RGB
34, 34, 7
HSL
60°, 66%, 8%
CMYK
0, 0, 79, 87
Luminance
0.0150
Every format
| HEX | #222207 |
| RGB | rgb(34, 34, 7) |
| HSL | hsl(60, 66%, 8%) |
| CMYK | cmyk(0%, 0%, 79%, 87%) |
| LAB | lab(12.6 -4.7 15.7) |
| LCH | lch(12.6 16.4 106.5) |
| OKLCH | oklch(0.245 0.043 109.2) |
Copy-ready code
/* CSS */
color: #222207;
background-color: #222207;
/* Tailwind (arbitrary) */
class="text-[#222207] bg-[#222207]"
/* SCSS */
$brand: #222207;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.027)
/* Android */
Color.parseColor("#222207")Accessibility — WCAG contrast
Aa
#222207 on white: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222207 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow79.4%
Key (black)86.7%
Color previews
#222207 text on a black background
contrast 1.30:1
Card sample
#222207 text on a white background
contrast 16.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222207;
Background color
Panel with #222207 background
background-color: #222207;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222207;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222207; background: linear-gradient(135deg, #222207, #102207);