#7edace
a light, vivid cyan · cool · closest name: turquoise
RGB
126, 218, 206
HSL
172°, 55%, 68%
CMYK
42, 0, 6, 15
Luminance
0.5903
Every format
| HEX | #7edace |
| RGB | rgb(126, 218, 206) |
| HSL | hsl(172, 55%, 68%) |
| CMYK | cmyk(42%, 0%, 6%, 15%) |
| LAB | lab(81.3 -30.3 -2.7) |
| LCH | lch(81.3 30.4 185.1) |
| OKLCH | oklch(0.828 0.090 184.9) |
Copy-ready code
/* CSS */
color: #7edace;
background-color: #7edace;
/* Tailwind (arbitrary) */
class="text-[#7edace] bg-[#7edace]"
/* SCSS */
$brand: #7edace;
/* SwiftUI */
Color(red: 0.494, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#7edace")Accessibility — WCAG contrast
Aa
#7edace on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7edace on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green85.5%
Blue80.8%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#7edace text on a black background
contrast 12.81:1
Card sample
#7edace text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7edace;
Background color
Panel with #7edace background
background-color: #7edace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7edace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7edace; background: linear-gradient(135deg, #7edace, #7EA9DA);