#20ebfc
a balanced, electric cyan · cool · closest name: cyan
RGB
32, 235, 252
HSL
185°, 97%, 56%
CMYK
87, 7, 0, 1
Luminance
0.6675
Every format
| HEX | #20ebfc |
| RGB | rgb(32, 235, 252) |
| HSL | hsl(185, 97%, 56%) |
| CMYK | cmyk(87%, 7%, 0%, 1%) |
| LAB | lab(85.4 -39.2 -21.2) |
| LCH | lch(85.4 44.5 208.4) |
| OKLCH | oklch(0.859 0.143 204.4) |
Copy-ready code
/* CSS */
color: #20ebfc;
background-color: #20ebfc;
/* Tailwind (arbitrary) */
class="text-[#20ebfc] bg-[#20ebfc]"
/* SCSS */
$brand: #20ebfc;
/* SwiftUI */
Color(red: 0.125, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#20ebfc")Accessibility — WCAG contrast
Aa
#20ebfc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20ebfc on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green92.2%
Blue98.8%
CMYK percentages
Cyan87.3%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#20ebfc text on a black background
contrast 14.35:1
Card sample
#20ebfc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20ebfc;
Background color
Panel with #20ebfc background
background-color: #20ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20ebfc; background: linear-gradient(135deg, #20ebfc, #2059FC);