#7eebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
126, 235, 223
HSL
173°, 73%, 71%
CMYK
46, 0, 5, 8
Luminance
0.6918
Every format
| HEX | #7eebdf |
| RGB | rgb(126, 235, 223) |
| HSL | hsl(173, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 5%, 8%) |
| LAB | lab(86.6 -34.3 -3.9) |
| LCH | lch(86.6 34.5 186.5) |
| OKLCH | oklch(0.872 0.103 186.2) |
Copy-ready code
/* CSS */
color: #7eebdf;
background-color: #7eebdf;
/* Tailwind (arbitrary) */
class="text-[#7eebdf] bg-[#7eebdf]"
/* SCSS */
$brand: #7eebdf;
/* SwiftUI */
Color(red: 0.494, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#7eebdf")Accessibility — WCAG contrast
Aa
#7eebdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eebdf on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green92.2%
Blue87.5%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#7eebdf text on a black background
contrast 14.84:1
Card sample
#7eebdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eebdf;
Background color
Panel with #7eebdf background
background-color: #7eebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eebdf; background: linear-gradient(135deg, #7eebdf, #7EAEEB);