#7ffddf
a light, electric cyan · cool · closest name: aquamarine
RGB
127, 253, 223
HSL
166°, 97%, 75%
CMYK
50, 0, 12, 1
Luminance
0.8009
Every format
| HEX | #7ffddf |
| RGB | rgb(127, 253, 223) |
| HSL | hsl(166, 97%, 75%) |
| CMYK | cmyk(50%, 0%, 12%, 1%) |
| LAB | lab(91.7 -42.2 3.6) |
| LCH | lch(91.7 42.4 175.1) |
| OKLCH | oklch(0.913 0.121 175.8) |
Copy-ready code
/* CSS */
color: #7ffddf;
background-color: #7ffddf;
/* Tailwind (arbitrary) */
class="text-[#7ffddf] bg-[#7ffddf]"
/* SCSS */
$brand: #7ffddf;
/* SwiftUI */
Color(red: 0.498, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#7ffddf")Accessibility — WCAG contrast
Aa
#7ffddf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffddf on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green99.2%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#7ffddf text on a black background
contrast 17.02:1
Card sample
#7ffddf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffddf;
Background color
Panel with #7ffddf background
background-color: #7ffddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffddf; background: linear-gradient(135deg, #7ffddf, #7FC7FD);