#bfd49f
a light, soft green · cool · closest name: beige
RGB
191, 212, 159
HSL
84°, 38%, 73%
CMYK
10, 0, 25, 17
Luminance
0.6067
Every format
| HEX | #bfd49f |
| RGB | rgb(191, 212, 159) |
| HSL | hsl(84, 38%, 73%) |
| CMYK | cmyk(10%, 0%, 25%, 17%) |
| LAB | lab(82.2 -16.2 23.9) |
| LCH | lch(82.2 28.9 124.1) |
| OKLCH | oklch(0.841 0.075 125.5) |
Copy-ready code
/* CSS */
color: #bfd49f;
background-color: #bfd49f;
/* Tailwind (arbitrary) */
class="text-[#bfd49f] bg-[#bfd49f]"
/* SCSS */
$brand: #bfd49f;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.624)
/* Android */
Color.parseColor("#bfd49f")Accessibility — WCAG contrast
Aa
#bfd49f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd49f on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue62.4%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow25.0%
Key (black)16.9%
Color previews
#bfd49f text on a black background
contrast 13.13:1
Card sample
#bfd49f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd49f;
Background color
Panel with #bfd49f background
background-color: #bfd49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd49f; background: linear-gradient(135deg, #bfd49f, #9FD4A2);