#22eccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
34, 236, 205
HSL
171°, 84%, 53%
CMYK
86, 0, 13, 8
Luminance
0.6474
Every format
| HEX | #22eccd |
| RGB | rgb(34, 236, 205) |
| HSL | hsl(171, 84%, 53%) |
| CMYK | cmyk(86%, 0%, 13%, 8%) |
| LAB | lab(84.3 -52.7 2.0) |
| LCH | lch(84.3 52.7 177.8) |
| OKLCH | oklch(0.846 0.151 178.3) |
Copy-ready code
/* CSS */
color: #22eccd;
background-color: #22eccd;
/* Tailwind (arbitrary) */
class="text-[#22eccd] bg-[#22eccd]"
/* SCSS */
$brand: #22eccd;
/* SwiftUI */
Color(red: 0.133, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#22eccd")Accessibility — WCAG contrast
Aa
#22eccd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22eccd on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green92.5%
Blue80.4%
CMYK percentages
Cyan85.6%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#22eccd text on a black background
contrast 13.95:1
Card sample
#22eccd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22eccd;
Background color
Panel with #22eccd background
background-color: #22eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22eccd; background: linear-gradient(135deg, #22eccd, #2284EC);