#22eecc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
34, 238, 204
HSL
170°, 86%, 53%
CMYK
86, 0, 14, 7
Luminance
0.6585
Every format
| HEX | #22eecc |
| RGB | rgb(34, 238, 204) |
| HSL | hsl(170, 86%, 53%) |
| CMYK | cmyk(86%, 0%, 14%, 7%) |
| LAB | lab(84.9 -53.8 3.4) |
| LCH | lch(84.9 53.9 176.4) |
| OKLCH | oklch(0.851 0.153 177.0) |
Copy-ready code
/* CSS */
color: #22eecc;
background-color: #22eecc;
/* Tailwind (arbitrary) */
class="text-[#22eecc] bg-[#22eecc]"
/* SCSS */
$brand: #22eecc;
/* SwiftUI */
Color(red: 0.133, green: 0.933, blue: 0.800)
/* Android */
Color.parseColor("#22eecc")Accessibility — WCAG contrast
Aa
#22eecc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22eecc on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green93.3%
Blue80.0%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow14.3%
Key (black)6.7%
Color previews
#22eecc text on a black background
contrast 14.17:1
Card sample
#22eecc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22eecc;
Background color
Panel with #22eecc background
background-color: #22eecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22eecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 238, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 238, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22eecc; background: linear-gradient(135deg, #22eecc, #2288EE);