#8bebc9
a light, vivid green · cool · closest name: aquamarine
RGB
139, 235, 201
HSL
159°, 71%, 73%
CMYK
41, 0, 15, 8
Luminance
0.6912
Every format
| HEX | #8bebc9 |
| RGB | rgb(139, 235, 201) |
| HSL | hsl(159, 71%, 73%) |
| CMYK | cmyk(41%, 0%, 15%, 8%) |
| LAB | lab(86.6 -36.1 7.7) |
| LCH | lch(86.6 36.9 168.0) |
| OKLCH | oklch(0.871 0.104 169.1) |
Copy-ready code
/* CSS */
color: #8bebc9;
background-color: #8bebc9;
/* Tailwind (arbitrary) */
class="text-[#8bebc9] bg-[#8bebc9]"
/* SCSS */
$brand: #8bebc9;
/* SwiftUI */
Color(red: 0.545, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#8bebc9")Accessibility — WCAG contrast
Aa
#8bebc9 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bebc9 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green92.2%
Blue78.8%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#8bebc9 text on a black background
contrast 14.82:1
Card sample
#8bebc9 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bebc9;
Background color
Panel with #8bebc9 background
background-color: #8bebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bebc9; background: linear-gradient(135deg, #8bebc9, #8BCDEB);