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