#b3cf8d
a light, soft green · cool · closest name: khaki
RGB
179, 207, 141
HSL
86°, 41%, 68%
CMYK
14, 0, 32, 19
Luminance
0.5613
Every format
| HEX | #b3cf8d |
| RGB | rgb(179, 207, 141) |
| HSL | hsl(86, 41%, 68%) |
| CMYK | cmyk(14%, 0%, 32%, 19%) |
| LAB | lab(79.7 -20.7 29.8) |
| LCH | lch(79.7 36.3 124.8) |
| OKLCH | oklch(0.818 0.093 127.0) |
Copy-ready code
/* CSS */
color: #b3cf8d;
background-color: #b3cf8d;
/* Tailwind (arbitrary) */
class="text-[#b3cf8d] bg-[#b3cf8d]"
/* SCSS */
$brand: #b3cf8d;
/* SwiftUI */
Color(red: 0.702, green: 0.812, blue: 0.553)
/* Android */
Color.parseColor("#b3cf8d")Accessibility — WCAG contrast
Aa
#b3cf8d on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cf8d on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green81.2%
Blue55.3%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow31.9%
Key (black)18.8%
Color previews
#b3cf8d text on a black background
contrast 12.23:1
Card sample
#b3cf8d text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cf8d;
Background color
Panel with #b3cf8d background
background-color: #b3cf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 207, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 207, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cf8d; background: linear-gradient(135deg, #b3cf8d, #8DCF93);