#20fceb
a balanced, electric cyan · cool · closest name: cyan
RGB
32, 252, 235
HSL
175°, 97%, 56%
CMYK
87, 0, 7, 1
Luminance
0.7593
Every format
| HEX | #20fceb |
| RGB | rgb(32, 252, 235) |
| HSL | hsl(175, 97%, 56%) |
| CMYK | cmyk(87%, 0%, 7%, 1%) |
| LAB | lab(89.8 -51.4 -5.7) |
| LCH | lch(89.8 51.8 186.3) |
| OKLCH | oklch(0.893 0.153 186.0) |
Copy-ready code
/* CSS */
color: #20fceb;
background-color: #20fceb;
/* Tailwind (arbitrary) */
class="text-[#20fceb] bg-[#20fceb]"
/* SCSS */
$brand: #20fceb;
/* SwiftUI */
Color(red: 0.125, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#20fceb")Accessibility — WCAG contrast
Aa
#20fceb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20fceb on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#20fceb text on a black background
contrast 16.19:1
Card sample
#20fceb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20fceb;
Background color
Panel with #20fceb background
background-color: #20fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20fceb; background: linear-gradient(135deg, #20fceb, #207AFC);