#7ffdec
a light, electric cyan · cool · closest name: turquoise
RGB
127, 253, 236
HSL
172°, 97%, 75%
CMYK
50, 0, 7, 1
Luminance
0.8082
Every format
| HEX | #7ffdec |
| RGB | rgb(127, 253, 236) |
| HSL | hsl(172, 97%, 75%) |
| CMYK | cmyk(50%, 0%, 7%, 1%) |
| LAB | lab(92.0 -39.2 -2.7) |
| LCH | lch(92.0 39.3 183.9) |
| OKLCH | oklch(0.917 0.116 183.9) |
Copy-ready code
/* CSS */
color: #7ffdec;
background-color: #7ffdec;
/* Tailwind (arbitrary) */
class="text-[#7ffdec] bg-[#7ffdec]"
/* SCSS */
$brand: #7ffdec;
/* SwiftUI */
Color(red: 0.498, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#7ffdec")Accessibility — WCAG contrast
Aa
#7ffdec on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffdec on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green99.2%
Blue92.5%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#7ffdec text on a black background
contrast 17.16:1
Card sample
#7ffdec text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffdec;
Background color
Panel with #7ffdec background
background-color: #7ffdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffdec; background: linear-gradient(135deg, #7ffdec, #7FBAFD);