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