#7eeddf
a light, electric cyan · cool · closest name: turquoise
RGB
126, 237, 223
HSL
172°, 76%, 71%
CMYK
47, 0, 6, 7
Luminance
0.7033
Every format
| HEX | #7eeddf |
| RGB | rgb(126, 237, 223) |
| HSL | hsl(172, 76%, 71%) |
| CMYK | cmyk(47%, 0%, 6%, 7%) |
| LAB | lab(87.2 -35.2 -3.1) |
| LCH | lch(87.2 35.3 185.0) |
| OKLCH | oklch(0.876 0.105 184.9) |
Copy-ready code
/* CSS */
color: #7eeddf;
background-color: #7eeddf;
/* Tailwind (arbitrary) */
class="text-[#7eeddf] bg-[#7eeddf]"
/* SCSS */
$brand: #7eeddf;
/* SwiftUI */
Color(red: 0.494, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#7eeddf")Accessibility — WCAG contrast
Aa
#7eeddf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eeddf on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green92.9%
Blue87.5%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#7eeddf text on a black background
contrast 15.07:1
Card sample
#7eeddf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eeddf;
Background color
Panel with #7eeddf background
background-color: #7eeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eeddf; background: linear-gradient(135deg, #7eeddf, #7EB1ED);