#22eeaa
a balanced, electric cyan · cool · closest name: aquamarine
RGB
34, 238, 170
HSL
160°, 86%, 53%
CMYK
86, 0, 29, 7
Luminance
0.6439
Every format
| HEX | #22eeaa |
| RGB | rgb(34, 238, 170) |
| HSL | hsl(160, 86%, 53%) |
| CMYK | cmyk(86%, 0%, 29%, 7%) |
| LAB | lab(84.2 -61.9 20.0) |
| LCH | lch(84.2 65.0 162.0) |
| OKLCH | oklch(0.842 0.176 163.2) |
Copy-ready code
/* CSS */
color: #22eeaa;
background-color: #22eeaa;
/* Tailwind (arbitrary) */
class="text-[#22eeaa] bg-[#22eeaa]"
/* SCSS */
$brand: #22eeaa;
/* SwiftUI */
Color(red: 0.133, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#22eeaa")Accessibility — WCAG contrast
Aa
#22eeaa on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22eeaa on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green93.3%
Blue66.7%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#22eeaa text on a black background
contrast 13.88:1
Card sample
#22eeaa text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22eeaa;
Background color
Panel with #22eeaa background
background-color: #22eeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22eeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22eeaa; background: linear-gradient(135deg, #22eeaa, #22AAEE);