#222213
a deep, soft yellow · cool · closest name: black
RGB
34, 34, 19
HSL
60°, 28%, 10%
CMYK
0, 0, 44, 87
Luminance
0.0153
Every format
| HEX | #222213 |
| RGB | rgb(34, 34, 19) |
| HSL | hsl(60, 28%, 10%) |
| CMYK | cmyk(0%, 0%, 44%, 87%) |
| LAB | lab(12.8 -3.1 10.1) |
| LCH | lch(12.8 10.5 107.1) |
| OKLCH | oklch(0.247 0.026 108.2) |
Copy-ready code
/* CSS */
color: #222213;
background-color: #222213;
/* Tailwind (arbitrary) */
class="text-[#222213] bg-[#222213]"
/* SCSS */
$brand: #222213;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.075)
/* Android */
Color.parseColor("#222213")Accessibility — WCAG contrast
Aa
#222213 on white: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222213 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow44.1%
Key (black)86.7%
Color previews
#222213 text on a black background
contrast 1.31:1
Card sample
#222213 text on a white background
contrast 16.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222213;
Background color
Panel with #222213 background
background-color: #222213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222213; background: linear-gradient(135deg, #222213, #182213);