#20ffef
a balanced, electric cyan · cool · closest name: cyan
RGB
32, 255, 239
HSL
176°, 100%, 56%
CMYK
88, 0, 6, 0
Luminance
0.7806
Every format
| HEX | #20ffef |
| RGB | rgb(32, 255, 239) |
| HSL | hsl(176, 100%, 56%) |
| CMYK | cmyk(88%, 0%, 6%, 0%) |
| LAB | lab(90.8 -51.6 -6.3) |
| LCH | lch(90.8 52.0 186.9) |
| OKLCH | oklch(0.902 0.154 186.6) |
Copy-ready code
/* CSS */
color: #20ffef;
background-color: #20ffef;
/* Tailwind (arbitrary) */
class="text-[#20ffef] bg-[#20ffef]"
/* SCSS */
$brand: #20ffef;
/* SwiftUI */
Color(red: 0.125, green: 1.000, blue: 0.937)
/* Android */
Color.parseColor("#20ffef")Accessibility — WCAG contrast
Aa
#20ffef on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20ffef on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green100.0%
Blue93.7%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow6.3%
Key (black)0.0%
Color previews
#20ffef text on a black background
contrast 16.61:1
Card sample
#20ffef text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20ffef;
Background color
Panel with #20ffef background
background-color: #20ffef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20ffef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 255, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 255, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20ffef; background: linear-gradient(135deg, #20ffef, #207AFF);