#22aacc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
34, 170, 204
HSL
192°, 71%, 47%
CMYK
83, 17, 0, 20
Luminance
0.3345
Every format
| HEX | #22aacc |
| RGB | rgb(34, 170, 204) |
| HSL | hsl(192, 71%, 47%) |
| CMYK | cmyk(83%, 17%, 0%, 20%) |
| LAB | lab(64.5 -22.8 -27.1) |
| LCH | lch(64.5 35.4 230.0) |
| OKLCH | oklch(0.685 0.118 220.1) |
Copy-ready code
/* CSS */
color: #22aacc;
background-color: #22aacc;
/* Tailwind (arbitrary) */
class="text-[#22aacc] bg-[#22aacc]"
/* SCSS */
$brand: #22aacc;
/* SwiftUI */
Color(red: 0.133, green: 0.667, blue: 0.800)
/* Android */
Color.parseColor("#22aacc")Accessibility — WCAG contrast
Aa
#22aacc on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22aacc on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green66.7%
Blue80.0%
CMYK percentages
Cyan83.3%
Magenta16.7%
Yellow0.0%
Key (black)20.0%
Color previews
#22aacc text on a black background
contrast 7.69:1
Card sample
#22aacc text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22aacc;
Background color
Panel with #22aacc background
background-color: #22aacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22aacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 170, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 170, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22aacc; background: linear-gradient(135deg, #22aacc, #2239CC);