#22b5cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
34, 181, 207
HSL
189°, 72%, 47%
CMYK
84, 13, 0, 19
Luminance
0.3789
Every format
| HEX | #22b5cf |
| RGB | rgb(34, 181, 207) |
| HSL | hsl(189, 72%, 47%) |
| CMYK | cmyk(84%, 13%, 0%, 19%) |
| LAB | lab(67.9 -27.4 -23.5) |
| LCH | lch(67.9 36.1 220.7) |
| OKLCH | oklch(0.713 0.119 213.5) |
Copy-ready code
/* CSS */
color: #22b5cf;
background-color: #22b5cf;
/* Tailwind (arbitrary) */
class="text-[#22b5cf] bg-[#22b5cf]"
/* SCSS */
$brand: #22b5cf;
/* SwiftUI */
Color(red: 0.133, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#22b5cf")Accessibility — WCAG contrast
Aa
#22b5cf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22b5cf on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green71.0%
Blue81.2%
CMYK percentages
Cyan83.6%
Magenta12.6%
Yellow0.0%
Key (black)18.8%
Color previews
#22b5cf text on a black background
contrast 8.58:1
Card sample
#22b5cf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22b5cf;
Background color
Panel with #22b5cf background
background-color: #22b5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22b5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22b5cf; background: linear-gradient(135deg, #22b5cf, #2242CF);