#22bbee
a balanced, electric cyan · cool · closest name: skyblue
RGB
34, 187, 238
HSL
195°, 86%, 53%
CMYK
86, 21, 0, 7
Luminance
0.4205
Every format
| HEX | #22bbee |
| RGB | rgb(34, 187, 238) |
| HSL | hsl(195, 86%, 53%) |
| CMYK | cmyk(86%, 21%, 0%, 7%) |
| LAB | lab(70.9 -20.2 -35.9) |
| LCH | lch(70.9 41.2 240.7) |
| OKLCH | oklch(0.741 0.137 227.4) |
Copy-ready code
/* CSS */
color: #22bbee;
background-color: #22bbee;
/* Tailwind (arbitrary) */
class="text-[#22bbee] bg-[#22bbee]"
/* SCSS */
$brand: #22bbee;
/* SwiftUI */
Color(red: 0.133, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#22bbee")Accessibility — WCAG contrast
Aa
#22bbee on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22bbee on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green73.3%
Blue93.3%
CMYK percentages
Cyan85.7%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#22bbee text on a black background
contrast 9.41:1
Card sample
#22bbee text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22bbee;
Background color
Panel with #22bbee background
background-color: #22bbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22bbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22bbee; background: linear-gradient(135deg, #22bbee, #2233EE);