#20bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
32, 188, 223
HSL
191°, 75%, 50%
CMYK
86, 16, 0, 13
Luminance
0.4160
Every format
| HEX | #20bcdf |
| RGB | rgb(32, 188, 223) |
| HSL | hsl(191, 75%, 50%) |
| CMYK | cmyk(86%, 16%, 0%, 13%) |
| LAB | lab(70.6 -25.8 -28.2) |
| LCH | lch(70.6 38.2 227.6) |
| OKLCH | oklch(0.736 0.127 218.4) |
Copy-ready code
/* CSS */
color: #20bcdf;
background-color: #20bcdf;
/* Tailwind (arbitrary) */
class="text-[#20bcdf] bg-[#20bcdf]"
/* SCSS */
$brand: #20bcdf;
/* SwiftUI */
Color(red: 0.125, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#20bcdf")Accessibility — WCAG contrast
Aa
#20bcdf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20bcdf on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#20bcdf text on a black background
contrast 9.32:1
Card sample
#20bcdf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20bcdf;
Background color
Panel with #20bcdf background
background-color: #20bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20bcdf; background: linear-gradient(135deg, #20bcdf, #203DDF);