#7ce2da
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 226, 218
HSL
175°, 64%, 69%
CMYK
45, 0, 4, 11
Luminance
0.6374
Every format
| HEX | #7ce2da |
| RGB | rgb(124, 226, 218) |
| HSL | hsl(175, 64%, 69%) |
| CMYK | cmyk(45%, 0%, 4%, 11%) |
| LAB | lab(83.8 -31.7 -5.4) |
| LCH | lch(83.8 32.1 189.6) |
| OKLCH | oklch(0.849 0.097 188.9) |
Copy-ready code
/* CSS */
color: #7ce2da;
background-color: #7ce2da;
/* Tailwind (arbitrary) */
class="text-[#7ce2da] bg-[#7ce2da]"
/* SCSS */
$brand: #7ce2da;
/* SwiftUI */
Color(red: 0.486, green: 0.886, blue: 0.855)
/* Android */
Color.parseColor("#7ce2da")Accessibility — WCAG contrast
Aa
#7ce2da on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce2da on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green88.6%
Blue85.5%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow3.5%
Key (black)11.4%
Color previews
#7ce2da text on a black background
contrast 13.75:1
Card sample
#7ce2da text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce2da;
Background color
Panel with #7ce2da background
background-color: #7ce2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 226, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 226, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce2da; background: linear-gradient(135deg, #7ce2da, #7CA6E2);