#8eedcf
a light, vivid cyan · cool · closest name: aquamarine
RGB
142, 237, 207
HSL
161°, 73%, 74%
CMYK
40, 0, 13, 7
Luminance
0.7082
Every format
| HEX | #8eedcf |
| RGB | rgb(142, 237, 207) |
| HSL | hsl(161, 73%, 74%) |
| CMYK | cmyk(40%, 0%, 13%, 7%) |
| LAB | lab(87.4 -34.9 5.7) |
| LCH | lch(87.4 35.4 170.7) |
| OKLCH | oklch(0.879 0.101 171.6) |
Copy-ready code
/* CSS */
color: #8eedcf;
background-color: #8eedcf;
/* Tailwind (arbitrary) */
class="text-[#8eedcf] bg-[#8eedcf]"
/* SCSS */
$brand: #8eedcf;
/* SwiftUI */
Color(red: 0.557, green: 0.929, blue: 0.812)
/* Android */
Color.parseColor("#8eedcf")Accessibility — WCAG contrast
Aa
#8eedcf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eedcf on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green92.9%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow12.7%
Key (black)7.1%
Color previews
#8eedcf text on a black background
contrast 15.16:1
Card sample
#8eedcf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eedcf;
Background color
Panel with #8eedcf background
background-color: #8eedcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eedcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 237, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 237, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eedcf; background: linear-gradient(135deg, #8eedcf, #8ECCED);