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