#b8eac2
a light, vivid green · cool · closest name: beige
RGB
184, 234, 194
HSL
132°, 54%, 82%
CMYK
21, 0, 17, 8
Luminance
0.7293
Every format
| HEX | #b8eac2 |
| RGB | rgb(184, 234, 194) |
| HSL | hsl(132, 54%, 82%) |
| CMYK | cmyk(21%, 0%, 17%, 8%) |
| LAB | lab(88.4 -23.7 14.3) |
| LCH | lch(88.4 27.7 149.0) |
| OKLCH | oklch(0.891 0.075 150.7) |
Copy-ready code
/* CSS */
color: #b8eac2;
background-color: #b8eac2;
/* Tailwind (arbitrary) */
class="text-[#b8eac2] bg-[#b8eac2]"
/* SCSS */
$brand: #b8eac2;
/* SwiftUI */
Color(red: 0.722, green: 0.918, blue: 0.761)
/* Android */
Color.parseColor("#b8eac2")Accessibility — WCAG contrast
Aa
#b8eac2 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8eac2 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green91.8%
Blue76.1%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow17.1%
Key (black)8.2%
Color previews
#b8eac2 text on a black background
contrast 15.59:1
Card sample
#b8eac2 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8eac2;
Background color
Panel with #b8eac2 background
background-color: #b8eac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8eac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 234, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 234, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8eac2; background: linear-gradient(135deg, #b8eac2, #B8EAE3);