#b8ce8d
a light, soft green · cool · closest name: khaki
RGB
184, 206, 141
HSL
80°, 40%, 68%
CMYK
11, 0, 32, 19
Luminance
0.5626
Every format
| HEX | #b8ce8d |
| RGB | rgb(184, 206, 141) |
| HSL | hsl(80, 40%, 68%) |
| CMYK | cmyk(11%, 0%, 32%, 19%) |
| LAB | lab(79.8 -18.4 30.0) |
| LCH | lch(79.8 35.1 121.5) |
| OKLCH | oklch(0.819 0.090 123.6) |
Copy-ready code
/* CSS */
color: #b8ce8d;
background-color: #b8ce8d;
/* Tailwind (arbitrary) */
class="text-[#b8ce8d] bg-[#b8ce8d]"
/* SCSS */
$brand: #b8ce8d;
/* SwiftUI */
Color(red: 0.722, green: 0.808, blue: 0.553)
/* Android */
Color.parseColor("#b8ce8d")Accessibility — WCAG contrast
Aa
#b8ce8d on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ce8d on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.8%
Blue55.3%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow31.6%
Key (black)19.2%
Color previews
#b8ce8d text on a black background
contrast 12.25:1
Card sample
#b8ce8d text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ce8d;
Background color
Panel with #b8ce8d background
background-color: #b8ce8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ce8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 206, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 206, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ce8d; background: linear-gradient(135deg, #b8ce8d, #8DCE8D);