#22c0eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
34, 192, 235
HSL
193°, 83%, 53%
CMYK
86, 18, 0, 8
Luminance
0.4404
Every format
| HEX | #22c0eb |
| RGB | rgb(34, 192, 235) |
| HSL | hsl(193, 83%, 53%) |
| CMYK | cmyk(86%, 18%, 0%, 8%) |
| LAB | lab(72.3 -23.7 -32.2) |
| LCH | lch(72.3 40.0 233.6) |
| OKLCH | oklch(0.751 0.134 222.6) |
Copy-ready code
/* CSS */
color: #22c0eb;
background-color: #22c0eb;
/* Tailwind (arbitrary) */
class="text-[#22c0eb] bg-[#22c0eb]"
/* SCSS */
$brand: #22c0eb;
/* SwiftUI */
Color(red: 0.133, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#22c0eb")Accessibility — WCAG contrast
Aa
#22c0eb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22c0eb on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green75.3%
Blue92.2%
CMYK percentages
Cyan85.5%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#22c0eb text on a black background
contrast 9.81:1
Card sample
#22c0eb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22c0eb;
Background color
Panel with #22c0eb background
background-color: #22c0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22c0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22c0eb; background: linear-gradient(135deg, #22c0eb, #223AEB);