#22eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
34, 236, 235
HSL
180°, 84%, 53%
CMYK
86, 0, 0, 8
Luminance
0.6633
Every format
| HEX | #22eceb |
| RGB | rgb(34, 236, 235) |
| HSL | hsl(180, 84%, 53%) |
| CMYK | cmyk(86%, 0%, 0%, 8%) |
| LAB | lab(85.2 -44.5 -12.6) |
| LCH | lch(85.2 46.2 195.8) |
| OKLCH | oklch(0.855 0.142 194.3) |
Copy-ready code
/* CSS */
color: #22eceb;
background-color: #22eceb;
/* Tailwind (arbitrary) */
class="text-[#22eceb] bg-[#22eceb]"
/* SCSS */
$brand: #22eceb;
/* SwiftUI */
Color(red: 0.133, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#22eceb")Accessibility — WCAG contrast
Aa
#22eceb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22eceb on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green92.5%
Blue92.2%
CMYK percentages
Cyan85.6%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#22eceb text on a black background
contrast 14.27:1
Card sample
#22eceb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22eceb;
Background color
Panel with #22eceb background
background-color: #22eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22eceb; background: linear-gradient(135deg, #22eceb, #2266EC);