#07211c
a deep, vivid cyan · cool · closest name: black
RGB
7, 33, 28
HSL
169°, 65%, 8%
CMYK
79, 0, 15, 87
Luminance
0.0122
Every format
| HEX | #07211c |
| RGB | rgb(7, 33, 28) |
| HSL | hsl(169, 65%, 8%) |
| CMYK | cmyk(79%, 0%, 15%, 87%) |
| LAB | lab(10.7 -11.6 0.4) |
| LCH | lch(10.7 11.6 177.9) |
| OKLCH | oklch(0.226 0.033 178.4) |
Copy-ready code
/* CSS */
color: #07211c;
background-color: #07211c;
/* Tailwind (arbitrary) */
class="text-[#07211c] bg-[#07211c]"
/* SCSS */
$brand: #07211c;
/* SwiftUI */
Color(red: 0.027, green: 0.129, blue: 0.110)
/* Android */
Color.parseColor("#07211c")Accessibility — WCAG contrast
Aa
#07211c on white: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07211c on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green12.9%
Blue11.0%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow15.2%
Key (black)87.1%
Color previews
#07211c text on a black background
contrast 1.24:1
Card sample
#07211c text on a white background
contrast 16.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07211c;
Background color
Panel with #07211c background
background-color: #07211c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07211c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 33, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 33, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07211c; background: linear-gradient(135deg, #07211c, #071521);