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