#7ffcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
127, 252, 223
HSL
166°, 95%, 74%
CMYK
50, 0, 12, 1
Luminance
0.7946
Every format
| HEX | #7ffcdf |
| RGB | rgb(127, 252, 223) |
| HSL | hsl(166, 95%, 74%) |
| CMYK | cmyk(50%, 0%, 12%, 1%) |
| LAB | lab(91.4 -41.8 3.2) |
| LCH | lch(91.4 41.9 175.6) |
| OKLCH | oklch(0.911 0.120 176.3) |
Copy-ready code
/* CSS */
color: #7ffcdf;
background-color: #7ffcdf;
/* Tailwind (arbitrary) */
class="text-[#7ffcdf] bg-[#7ffcdf]"
/* SCSS */
$brand: #7ffcdf;
/* SwiftUI */
Color(red: 0.498, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#7ffcdf")Accessibility — WCAG contrast
Aa
#7ffcdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffcdf on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#7ffcdf text on a black background
contrast 16.89:1
Card sample
#7ffcdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffcdf;
Background color
Panel with #7ffcdf background
background-color: #7ffcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffcdf; background: linear-gradient(135deg, #7ffcdf, #7FC6FC);