#22b3df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
34, 179, 223
HSL
194°, 75%, 50%
CMYK
85, 20, 0, 13
Luminance
0.3791
Every format
| HEX | #22b3df |
| RGB | rgb(34, 179, 223) |
| HSL | hsl(194, 75%, 50%) |
| CMYK | cmyk(85%, 20%, 0%, 13%) |
| LAB | lab(68.0 -21.1 -32.3) |
| LCH | lch(68.0 38.6 236.9) |
| OKLCH | oklch(0.715 0.129 224.8) |
Copy-ready code
/* CSS */
color: #22b3df;
background-color: #22b3df;
/* Tailwind (arbitrary) */
class="text-[#22b3df] bg-[#22b3df]"
/* SCSS */
$brand: #22b3df;
/* SwiftUI */
Color(red: 0.133, green: 0.702, blue: 0.875)
/* Android */
Color.parseColor("#22b3df")Accessibility — WCAG contrast
Aa
#22b3df on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22b3df on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green70.2%
Blue87.5%
CMYK percentages
Cyan84.8%
Magenta19.7%
Yellow0.0%
Key (black)12.5%
Color previews
#22b3df text on a black background
contrast 8.58:1
Card sample
#22b3df text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22b3df;
Background color
Panel with #22b3df background
background-color: #22b3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22b3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 179, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 179, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22b3df; background: linear-gradient(135deg, #22b3df, #2235DF);