#bfd47d
a light, vivid green · cool · closest name: khaki
RGB
191, 212, 125
HSL
75°, 50%, 66%
CMYK
10, 0, 41, 17
Luminance
0.5964
Every format
| HEX | #bfd47d |
| RGB | rgb(191, 212, 125) |
| HSL | hsl(75, 50%, 66%) |
| CMYK | cmyk(10%, 0%, 41%, 17%) |
| LAB | lab(81.6 -20.7 40.6) |
| LCH | lch(81.6 45.6 117.0) |
| OKLCH | oklch(0.835 0.114 120.0) |
Copy-ready code
/* CSS */
color: #bfd47d;
background-color: #bfd47d;
/* Tailwind (arbitrary) */
class="text-[#bfd47d] bg-[#bfd47d]"
/* SCSS */
$brand: #bfd47d;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.490)
/* Android */
Color.parseColor("#bfd47d")Accessibility — WCAG contrast
Aa
#bfd47d on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd47d on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue49.0%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow41.0%
Key (black)16.9%
Color previews
#bfd47d text on a black background
contrast 12.93:1
Card sample
#bfd47d text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd47d;
Background color
Panel with #bfd47d background
background-color: #bfd47d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd47d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd47d; background: linear-gradient(135deg, #bfd47d, #85D47D);