#8cefcf
a light, electric cyan · cool · closest name: aquamarine
RGB
140, 239, 207
HSL
161°, 76%, 74%
CMYK
41, 0, 13, 6
Luminance
0.7181
Every format
| HEX | #8cefcf |
| RGB | rgb(140, 239, 207) |
| HSL | hsl(161, 76%, 74%) |
| CMYK | cmyk(41%, 0%, 13%, 6%) |
| LAB | lab(87.9 -36.4 6.4) |
| LCH | lch(87.9 36.9 170.0) |
| OKLCH | oklch(0.882 0.105 171.0) |
Copy-ready code
/* CSS */
color: #8cefcf;
background-color: #8cefcf;
/* Tailwind (arbitrary) */
class="text-[#8cefcf] bg-[#8cefcf]"
/* SCSS */
$brand: #8cefcf;
/* SwiftUI */
Color(red: 0.549, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#8cefcf")Accessibility — WCAG contrast
Aa
#8cefcf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cefcf on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green93.7%
Blue81.2%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow13.4%
Key (black)6.3%
Color previews
#8cefcf text on a black background
contrast 15.36:1
Card sample
#8cefcf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cefcf;
Background color
Panel with #8cefcf background
background-color: #8cefcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cefcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cefcf; background: linear-gradient(135deg, #8cefcf, #8CCDEF);