#7dfceb
a light, electric cyan · cool · closest name: turquoise
RGB
125, 252, 235
HSL
172°, 96%, 74%
CMYK
50, 0, 7, 1
Luminance
0.7998
Every format
| HEX | #7dfceb |
| RGB | rgb(125, 252, 235) |
| HSL | hsl(172, 96%, 74%) |
| CMYK | cmyk(50%, 0%, 7%, 1%) |
| LAB | lab(91.7 -39.4 -2.7) |
| LCH | lch(91.7 39.5 183.9) |
| OKLCH | oklch(0.914 0.117 183.9) |
Copy-ready code
/* CSS */
color: #7dfceb;
background-color: #7dfceb;
/* Tailwind (arbitrary) */
class="text-[#7dfceb] bg-[#7dfceb]"
/* SCSS */
$brand: #7dfceb;
/* SwiftUI */
Color(red: 0.490, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#7dfceb")Accessibility — WCAG contrast
Aa
#7dfceb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfceb on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green98.8%
Blue92.2%
CMYK percentages
Cyan50.4%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#7dfceb text on a black background
contrast 17.00:1
Card sample
#7dfceb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfceb;
Background color
Panel with #7dfceb background
background-color: #7dfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfceb; background: linear-gradient(135deg, #7dfceb, #7DB8FC);