#8ceac2
a light, vivid green · cool · closest name: aquamarine
RGB
140, 234, 194
HSL
155°, 69%, 73%
CMYK
40, 0, 17, 8
Luminance
0.6832
Every format
| HEX | #8ceac2 |
| RGB | rgb(140, 234, 194) |
| HSL | hsl(155, 69%, 73%) |
| CMYK | cmyk(40%, 0%, 17%, 8%) |
| LAB | lab(86.2 -36.8 10.8) |
| LCH | lch(86.2 38.3 163.7) |
| OKLCH | oklch(0.868 0.107 165.0) |
Copy-ready code
/* CSS */
color: #8ceac2;
background-color: #8ceac2;
/* Tailwind (arbitrary) */
class="text-[#8ceac2] bg-[#8ceac2]"
/* SCSS */
$brand: #8ceac2;
/* SwiftUI */
Color(red: 0.549, green: 0.918, blue: 0.761)
/* Android */
Color.parseColor("#8ceac2")Accessibility — WCAG contrast
Aa
#8ceac2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ceac2 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green91.8%
Blue76.1%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow17.1%
Key (black)8.2%
Color previews
#8ceac2 text on a black background
contrast 14.66:1
Card sample
#8ceac2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ceac2;
Background color
Panel with #8ceac2 background
background-color: #8ceac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ceac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 234, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 234, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ceac2; background: linear-gradient(135deg, #8ceac2, #8CD3EA);