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