#22aaee
a balanced, electric blue · cool · closest name: steelblue
RGB
34, 170, 238
HSL
200°, 86%, 53%
CMYK
86, 29, 0, 7
Luminance
0.3526
Every format
| HEX | #22aaee |
| RGB | rgb(34, 170, 238) |
| HSL | hsl(200, 86%, 53%) |
| CMYK | cmyk(86%, 29%, 0%, 7%) |
| LAB | lab(66.0 -11.1 -43.6) |
| LCH | lch(66.0 45.0 255.8) |
| OKLCH | oklch(0.701 0.146 237.6) |
Copy-ready code
/* CSS */
color: #22aaee;
background-color: #22aaee;
/* Tailwind (arbitrary) */
class="text-[#22aaee] bg-[#22aaee]"
/* SCSS */
$brand: #22aaee;
/* SwiftUI */
Color(red: 0.133, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#22aaee")Accessibility — WCAG contrast
Aa
#22aaee on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22aaee on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green66.7%
Blue93.3%
CMYK percentages
Cyan85.7%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#22aaee text on a black background
contrast 8.05:1
Card sample
#22aaee text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22aaee;
Background color
Panel with #22aaee background
background-color: #22aaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22aaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22aaee; background: linear-gradient(135deg, #22aaee, #2222EE);