#212607
a deep, vivid yellow · cool · closest name: black
RGB
33, 38, 7
HSL
70°, 69%, 9%
CMYK
13, 0, 82, 85
Luminance
0.0172
Every format
| HEX | #212607 |
| RGB | rgb(33, 38, 7) |
| HSL | hsl(70, 69%, 9%) |
| CMYK | cmyk(13%, 0%, 82%, 85%) |
| LAB | lab(14.0 -7.8 17.5) |
| LCH | lch(14.0 19.2 114.2) |
| OKLCH | oklch(0.256 0.050 117.8) |
Copy-ready code
/* CSS */
color: #212607;
background-color: #212607;
/* Tailwind (arbitrary) */
class="text-[#212607] bg-[#212607]"
/* SCSS */
$brand: #212607;
/* SwiftUI */
Color(red: 0.129, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#212607")Accessibility — WCAG contrast
Aa
#212607 on white: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#212607 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green14.9%
Blue2.7%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow81.6%
Key (black)85.1%
Color previews
#212607 text on a black background
contrast 1.34:1
Card sample
#212607 text on a white background
contrast 15.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #212607;
Background color
Panel with #212607 background
background-color: #212607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #212607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #212607; background: linear-gradient(135deg, #212607, #0C2607);