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