#20fff2
a balanced, electric cyan · cool · closest name: cyan
RGB
32, 255, 242
HSL
177°, 100%, 56%
CMYK
88, 0, 5, 0
Luminance
0.7824
Every format
| HEX | #20fff2 |
| RGB | rgb(32, 255, 242) |
| HSL | hsl(177, 100%, 56%) |
| CMYK | cmyk(88%, 0%, 5%, 0%) |
| LAB | lab(90.9 -50.8 -7.7) |
| LCH | lch(90.9 51.4 188.6) |
| OKLCH | oklch(0.903 0.154 188.1) |
Copy-ready code
/* CSS */
color: #20fff2;
background-color: #20fff2;
/* Tailwind (arbitrary) */
class="text-[#20fff2] bg-[#20fff2]"
/* SCSS */
$brand: #20fff2;
/* SwiftUI */
Color(red: 0.125, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#20fff2")Accessibility — WCAG contrast
Aa
#20fff2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20fff2 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green100.0%
Blue94.9%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#20fff2 text on a black background
contrast 16.65:1
Card sample
#20fff2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20fff2;
Background color
Panel with #20fff2 background
background-color: #20fff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20fff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20fff2; background: linear-gradient(135deg, #20fff2, #2077FF);