#20bceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
32, 188, 235
HSL
194°, 84%, 52%
CMYK
86, 20, 0, 8
Luminance
0.4227
Every format
| HEX | #20bceb |
| RGB | rgb(32, 188, 235) |
| HSL | hsl(194, 84%, 52%) |
| CMYK | cmyk(86%, 20%, 0%, 8%) |
| LAB | lab(71.0 -21.8 -34.0) |
| LCH | lch(71.0 40.4 237.4) |
| OKLCH | oklch(0.741 0.135 225.1) |
Copy-ready code
/* CSS */
color: #20bceb;
background-color: #20bceb;
/* Tailwind (arbitrary) */
class="text-[#20bceb] bg-[#20bceb]"
/* SCSS */
$brand: #20bceb;
/* SwiftUI */
Color(red: 0.125, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#20bceb")Accessibility — WCAG contrast
Aa
#20bceb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20bceb on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green73.7%
Blue92.2%
CMYK percentages
Cyan86.4%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#20bceb text on a black background
contrast 9.45:1
Card sample
#20bceb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20bceb;
Background color
Panel with #20bceb background
background-color: #20bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20bceb; background: linear-gradient(135deg, #20bceb, #2035EB);