#b1ce8d
a light, soft green · cool · closest name: khaki
RGB
177, 206, 141
HSL
87°, 40%, 68%
CMYK
14, 0, 32, 19
Luminance
0.5541
Every format
| HEX | #b1ce8d |
| RGB | rgb(177, 206, 141) |
| HSL | hsl(87, 40%, 68%) |
| CMYK | cmyk(14%, 0%, 32%, 19%) |
| LAB | lab(79.3 -21.0 29.2) |
| LCH | lch(79.3 36.0 125.6) |
| OKLCH | oklch(0.814 0.093 127.9) |
Copy-ready code
/* CSS */
color: #b1ce8d;
background-color: #b1ce8d;
/* Tailwind (arbitrary) */
class="text-[#b1ce8d] bg-[#b1ce8d]"
/* SCSS */
$brand: #b1ce8d;
/* SwiftUI */
Color(red: 0.694, green: 0.808, blue: 0.553)
/* Android */
Color.parseColor("#b1ce8d")Accessibility — WCAG contrast
Aa
#b1ce8d on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ce8d on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green80.8%
Blue55.3%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow31.6%
Key (black)19.2%
Color previews
#b1ce8d text on a black background
contrast 12.08:1
Card sample
#b1ce8d text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ce8d;
Background color
Panel with #b1ce8d background
background-color: #b1ce8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ce8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 206, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 206, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ce8d; background: linear-gradient(135deg, #b1ce8d, #8DCE94);