#8ceba3
a light, vivid green · cool · closest name: aquamarine
RGB
140, 235, 163
HSL
135°, 70%, 74%
CMYK
40, 0, 31, 8
Luminance
0.6764
Every format
| HEX | #8ceba3 |
| RGB | rgb(140, 235, 163) |
| HSL | hsl(135, 70%, 74%) |
| CMYK | cmyk(40%, 0%, 31%, 8%) |
| LAB | lab(85.8 -43.1 26.4) |
| LCH | lch(85.8 50.5 148.6) |
| OKLCH | oklch(0.863 0.135 150.5) |
Copy-ready code
/* CSS */
color: #8ceba3;
background-color: #8ceba3;
/* Tailwind (arbitrary) */
class="text-[#8ceba3] bg-[#8ceba3]"
/* SCSS */
$brand: #8ceba3;
/* SwiftUI */
Color(red: 0.549, green: 0.922, blue: 0.639)
/* Android */
Color.parseColor("#8ceba3")Accessibility — WCAG contrast
Aa
#8ceba3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ceba3 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.2%
Blue63.9%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow30.6%
Key (black)7.8%
Color previews
#8ceba3 text on a black background
contrast 14.53:1
Card sample
#8ceba3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ceba3;
Background color
Panel with #8ceba3 background
background-color: #8ceba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ceba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 235, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 235, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ceba3; background: linear-gradient(135deg, #8ceba3, #8CEBE2);