#07221a
a deep, vivid cyan · cool · closest name: black
RGB
7, 34, 26
HSL
162°, 66%, 8%
CMYK
79, 0, 24, 87
Luminance
0.0126
Every format
| HEX | #07221a |
| RGB | rgb(7, 34, 26) |
| HSL | hsl(162, 66%, 8%) |
| CMYK | cmyk(79%, 0%, 24%, 87%) |
| LAB | lab(11.0 -12.8 2.4) |
| LCH | lch(11.0 13.1 169.5) |
| OKLCH | oklch(0.228 0.037 170.5) |
Copy-ready code
/* CSS */
color: #07221a;
background-color: #07221a;
/* Tailwind (arbitrary) */
class="text-[#07221a] bg-[#07221a]"
/* SCSS */
$brand: #07221a;
/* SwiftUI */
Color(red: 0.027, green: 0.133, blue: 0.102)
/* Android */
Color.parseColor("#07221a")Accessibility — WCAG contrast
Aa
#07221a on white: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07221a on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green13.3%
Blue10.2%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow23.5%
Key (black)86.7%
Color previews
#07221a text on a black background
contrast 1.25:1
Card sample
#07221a text on a white background
contrast 16.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07221a;
Background color
Panel with #07221a background
background-color: #07221a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07221a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 34, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 34, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07221a; background: linear-gradient(135deg, #07221a, #071822);