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