#8cefd4
a light, electric cyan · cool · closest name: aquamarine
RGB
140, 239, 212
HSL
164°, 76%, 74%
CMYK
41, 0, 11, 6
Luminance
0.7206
Every format
| HEX | #8cefd4 |
| RGB | rgb(140, 239, 212) |
| HSL | hsl(164, 76%, 74%) |
| CMYK | cmyk(41%, 0%, 11%, 6%) |
| LAB | lab(88.0 -35.3 4.0) |
| LCH | lch(88.0 35.5 173.6) |
| OKLCH | oklch(0.884 0.102 174.4) |
Copy-ready code
/* CSS */
color: #8cefd4;
background-color: #8cefd4;
/* Tailwind (arbitrary) */
class="text-[#8cefd4] bg-[#8cefd4]"
/* SCSS */
$brand: #8cefd4;
/* SwiftUI */
Color(red: 0.549, green: 0.937, blue: 0.831)
/* Android */
Color.parseColor("#8cefd4")Accessibility — WCAG contrast
Aa
#8cefd4 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cefd4 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green93.7%
Blue83.1%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow11.3%
Key (black)6.3%
Color previews
#8cefd4 text on a black background
contrast 15.41:1
Card sample
#8cefd4 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cefd4;
Background color
Panel with #8cefd4 background
background-color: #8cefd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cefd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 239, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 239, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cefd4; background: linear-gradient(135deg, #8cefd4, #8CC8EF);