#7dffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
125, 255, 223
HSL
165°, 100%, 75%
CMYK
51, 0, 13, 0
Luminance
0.8121
Every format
| HEX | #7dffdf |
| RGB | rgb(125, 255, 223) |
| HSL | hsl(165, 100%, 75%) |
| CMYK | cmyk(51%, 0%, 13%, 0%) |
| LAB | lab(92.2 -43.5 4.3) |
| LCH | lch(92.2 43.7 174.4) |
| OKLCH | oklch(0.917 0.125 175.1) |
Copy-ready code
/* CSS */
color: #7dffdf;
background-color: #7dffdf;
/* Tailwind (arbitrary) */
class="text-[#7dffdf] bg-[#7dffdf]"
/* SCSS */
$brand: #7dffdf;
/* SwiftUI */
Color(red: 0.490, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#7dffdf")Accessibility — WCAG contrast
Aa
#7dffdf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dffdf on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green100.0%
Blue87.5%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#7dffdf text on a black background
contrast 17.24:1
Card sample
#7dffdf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dffdf;
Background color
Panel with #7dffdf background
background-color: #7dffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dffdf; background: linear-gradient(135deg, #7dffdf, #7DC8FF);