#22cbf2
a balanced, electric cyan · cool · closest name: skyblue
RGB
34, 203, 242
HSL
191°, 89%, 54%
CMYK
86, 16, 0, 5
Luminance
0.4946
Every format
| HEX | #22cbf2 |
| RGB | rgb(34, 203, 242) |
| HSL | hsl(191, 89%, 54%) |
| CMYK | cmyk(86%, 16%, 0%, 5%) |
| LAB | lab(75.7 -26.9 -30.6) |
| LCH | lch(75.7 40.8 228.6) |
| OKLCH | oklch(0.780 0.136 219.1) |
Copy-ready code
/* CSS */
color: #22cbf2;
background-color: #22cbf2;
/* Tailwind (arbitrary) */
class="text-[#22cbf2] bg-[#22cbf2]"
/* SCSS */
$brand: #22cbf2;
/* SwiftUI */
Color(red: 0.133, green: 0.796, blue: 0.949)
/* Android */
Color.parseColor("#22cbf2")Accessibility — WCAG contrast
Aa
#22cbf2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cbf2 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green79.6%
Blue94.9%
CMYK percentages
Cyan86.0%
Magenta16.1%
Yellow0.0%
Key (black)5.1%
Color previews
#22cbf2 text on a black background
contrast 10.89:1
Card sample
#22cbf2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cbf2;
Background color
Panel with #22cbf2 background
background-color: #22cbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 203, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 203, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cbf2; background: linear-gradient(135deg, #22cbf2, #2240F2);