#22bafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
34, 186, 253
HSL
198°, 98%, 56%
CMYK
87, 27, 0, 1
Luminance
0.4255
Every format
| HEX | #22bafd |
| RGB | rgb(34, 186, 253) |
| HSL | hsl(198, 98%, 56%) |
| CMYK | cmyk(87%, 27%, 0%, 1%) |
| LAB | lab(71.3 -14.5 -43.5) |
| LCH | lch(71.3 45.8 251.6) |
| OKLCH | oklch(0.745 0.151 234.7) |
Copy-ready code
/* CSS */
color: #22bafd;
background-color: #22bafd;
/* Tailwind (arbitrary) */
class="text-[#22bafd] bg-[#22bafd]"
/* SCSS */
$brand: #22bafd;
/* SwiftUI */
Color(red: 0.133, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#22bafd")Accessibility — WCAG contrast
Aa
#22bafd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22bafd on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green72.9%
Blue99.2%
CMYK percentages
Cyan86.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#22bafd text on a black background
contrast 9.51:1
Card sample
#22bafd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22bafd;
Background color
Panel with #22bafd background
background-color: #22bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22bafd; background: linear-gradient(135deg, #22bafd, #2228FD);