#7ffcec
a light, electric cyan · cool · closest name: turquoise
RGB
127, 252, 236
HSL
172°, 95%, 74%
CMYK
50, 0, 6, 1
Luminance
0.8019
Every format
| HEX | #7ffcec |
| RGB | rgb(127, 252, 236) |
| HSL | hsl(172, 95%, 74%) |
| CMYK | cmyk(50%, 0%, 6%, 1%) |
| LAB | lab(91.8 -38.7 -3.1) |
| LCH | lch(91.8 38.8 184.5) |
| OKLCH | oklch(0.915 0.115 184.5) |
Copy-ready code
/* CSS */
color: #7ffcec;
background-color: #7ffcec;
/* Tailwind (arbitrary) */
class="text-[#7ffcec] bg-[#7ffcec]"
/* SCSS */
$brand: #7ffcec;
/* SwiftUI */
Color(red: 0.498, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#7ffcec")Accessibility — WCAG contrast
Aa
#7ffcec on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffcec on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green98.8%
Blue92.5%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#7ffcec text on a black background
contrast 17.04:1
Card sample
#7ffcec text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffcec;
Background color
Panel with #7ffcec background
background-color: #7ffcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffcec; background: linear-gradient(135deg, #7ffcec, #7FB9FC);