#b8e7ac
a light, vivid green · cool · closest name: aquamarine
RGB
184, 231, 172
HSL
108°, 55%, 79%
CMYK
20, 0, 26, 9
Luminance
0.7032
Every format
| HEX | #b8e7ac |
| RGB | rgb(184, 231, 172) |
| HSL | hsl(108, 55%, 79%) |
| CMYK | cmyk(20%, 0%, 26%, 9%) |
| LAB | lab(87.2 -26.0 23.9) |
| LCH | lch(87.2 35.3 137.4) |
| OKLCH | oklch(0.880 0.093 139.3) |
Copy-ready code
/* CSS */
color: #b8e7ac;
background-color: #b8e7ac;
/* Tailwind (arbitrary) */
class="text-[#b8e7ac] bg-[#b8e7ac]"
/* SCSS */
$brand: #b8e7ac;
/* SwiftUI */
Color(red: 0.722, green: 0.906, blue: 0.675)
/* Android */
Color.parseColor("#b8e7ac")Accessibility — WCAG contrast
Aa
#b8e7ac on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8e7ac on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green90.6%
Blue67.5%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow25.5%
Key (black)9.4%
Color previews
#b8e7ac text on a black background
contrast 15.06:1
Card sample
#b8e7ac text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8e7ac;
Background color
Panel with #b8e7ac background
background-color: #b8e7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8e7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 231, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 231, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8e7ac; background: linear-gradient(135deg, #b8e7ac, #ACE7C7);