#22aa99
a dark, vivid cyan · cool · closest name: teal
RGB
34, 170, 153
HSL
173°, 67%, 40%
CMYK
80, 0, 10, 33
Luminance
0.3139
Every format
| HEX | #22aa99 |
| RGB | rgb(34, 170, 153) |
| HSL | hsl(173, 67%, 40%) |
| CMYK | cmyk(80%, 0%, 10%, 33%) |
| LAB | lab(62.8 -38.6 -1.2) |
| LCH | lch(62.8 38.6 181.8) |
| OKLCH | oklch(0.666 0.112 182.0) |
Copy-ready code
/* CSS */
color: #22aa99;
background-color: #22aa99;
/* Tailwind (arbitrary) */
class="text-[#22aa99] bg-[#22aa99]"
/* SCSS */
$brand: #22aa99;
/* SwiftUI */
Color(red: 0.133, green: 0.667, blue: 0.600)
/* Android */
Color.parseColor("#22aa99")Accessibility — WCAG contrast
Aa
#22aa99 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22aa99 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green66.7%
Blue60.0%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow10.0%
Key (black)33.3%
Color previews
#22aa99 text on a black background
contrast 7.28:1
Card sample
#22aa99 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22aa99;
Background color
Panel with #22aa99 background
background-color: #22aa99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22aa99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 170, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 170, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22aa99; background: linear-gradient(135deg, #22aa99, #2260AA);