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