#22afcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
34, 175, 204
HSL
190°, 71%, 47%
CMYK
83, 14, 0, 20
Luminance
0.3536
Every format
| HEX | #22afcc |
| RGB | rgb(34, 175, 204) |
| HSL | hsl(190, 71%, 47%) |
| CMYK | cmyk(83%, 14%, 0%, 20%) |
| LAB | lab(66.0 -25.3 -24.8) |
| LCH | lch(66.0 35.5 224.4) |
| OKLCH | oklch(0.697 0.117 216.2) |
Copy-ready code
/* CSS */
color: #22afcc;
background-color: #22afcc;
/* Tailwind (arbitrary) */
class="text-[#22afcc] bg-[#22afcc]"
/* SCSS */
$brand: #22afcc;
/* SwiftUI */
Color(red: 0.133, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#22afcc")Accessibility — WCAG contrast
Aa
#22afcc on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22afcc on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green68.6%
Blue80.0%
CMYK percentages
Cyan83.3%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#22afcc text on a black background
contrast 8.07:1
Card sample
#22afcc text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22afcc;
Background color
Panel with #22afcc background
background-color: #22afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22afcc; background: linear-gradient(135deg, #22afcc, #223ECC);