#b8df87
a light, vivid green · cool · closest name: khaki
RGB
184, 223, 135
HSL
87°, 58%, 70%
CMYK
18, 0, 40, 13
Luminance
0.6471
Every format
| HEX | #b8df87 |
| RGB | rgb(184, 223, 135) |
| HSL | hsl(87, 58%, 70%) |
| CMYK | cmyk(18%, 0%, 40%, 13%) |
| LAB | lab(84.3 -27.4 39.0) |
| LCH | lch(84.3 47.7 125.1) |
| OKLCH | oklch(0.855 0.122 128.2) |
Copy-ready code
/* CSS */
color: #b8df87;
background-color: #b8df87;
/* Tailwind (arbitrary) */
class="text-[#b8df87] bg-[#b8df87]"
/* SCSS */
$brand: #b8df87;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.529)
/* Android */
Color.parseColor("#b8df87")Accessibility — WCAG contrast
Aa
#b8df87 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8df87 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue52.9%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow39.5%
Key (black)12.5%
Color previews
#b8df87 text on a black background
contrast 13.94:1
Card sample
#b8df87 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8df87;
Background color
Panel with #b8df87 background
background-color: #b8df87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8df87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8df87; background: linear-gradient(135deg, #b8df87, #87DF91);