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