#22abeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
34, 171, 235
HSL
199°, 83%, 53%
CMYK
86, 27, 0, 8
Luminance
0.3546
Every format
| HEX | #22abeb |
| RGB | rgb(34, 171, 235) |
| HSL | hsl(199, 83%, 53%) |
| CMYK | cmyk(86%, 27%, 0%, 8%) |
| LAB | lab(66.1 -12.7 -41.8) |
| LCH | lch(66.1 43.6 253.1) |
| OKLCH | oklch(0.702 0.143 235.9) |
Copy-ready code
/* CSS */
color: #22abeb;
background-color: #22abeb;
/* Tailwind (arbitrary) */
class="text-[#22abeb] bg-[#22abeb]"
/* SCSS */
$brand: #22abeb;
/* SwiftUI */
Color(red: 0.133, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#22abeb")Accessibility — WCAG contrast
Aa
#22abeb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22abeb on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green67.1%
Blue92.2%
CMYK percentages
Cyan85.5%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#22abeb text on a black background
contrast 8.09:1
Card sample
#22abeb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22abeb;
Background color
Panel with #22abeb background
background-color: #22abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22abeb; background: linear-gradient(135deg, #22abeb, #2225EB);