#22ccee
a balanced, electric cyan · cool · closest name: skyblue
RGB
34, 204, 238
HSL
190°, 86%, 53%
CMYK
86, 14, 0, 7
Luminance
0.4970
Every format
| HEX | #22ccee |
| RGB | rgb(34, 204, 238) |
| HSL | hsl(190, 86%, 53%) |
| CMYK | cmyk(86%, 14%, 0%, 7%) |
| LAB | lab(75.9 -28.7 -28.2) |
| LCH | lch(75.9 40.3 224.5) |
| OKLCH | oklch(0.781 0.134 216.2) |
Copy-ready code
/* CSS */
color: #22ccee;
background-color: #22ccee;
/* Tailwind (arbitrary) */
class="text-[#22ccee] bg-[#22ccee]"
/* SCSS */
$brand: #22ccee;
/* SwiftUI */
Color(red: 0.133, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#22ccee")Accessibility — WCAG contrast
Aa
#22ccee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22ccee on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green80.0%
Blue93.3%
CMYK percentages
Cyan85.7%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#22ccee text on a black background
contrast 10.94:1
Card sample
#22ccee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22ccee;
Background color
Panel with #22ccee background
background-color: #22ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22ccee; background: linear-gradient(135deg, #22ccee, #2244EE);