#bfd975
a light, vivid green · cool · closest name: khaki
RGB
191, 217, 117
HSL
76°, 57%, 66%
CMYK
12, 0, 46, 15
Luminance
0.6199
Every format
| HEX | #bfd975 |
| RGB | rgb(191, 217, 117) |
| HSL | hsl(76, 57%, 66%) |
| CMYK | cmyk(12%, 0%, 46%, 15%) |
| LAB | lab(82.9 -24.0 46.2) |
| LCH | lch(82.9 52.0 117.5) |
| OKLCH | oklch(0.844 0.130 121.2) |
Copy-ready code
/* CSS */
color: #bfd975;
background-color: #bfd975;
/* Tailwind (arbitrary) */
class="text-[#bfd975] bg-[#bfd975]"
/* SCSS */
$brand: #bfd975;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.459)
/* Android */
Color.parseColor("#bfd975")Accessibility — WCAG contrast
Aa
#bfd975 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd975 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue45.9%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow46.1%
Key (black)14.9%
Color previews
#bfd975 text on a black background
contrast 13.40:1
Card sample
#bfd975 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd975;
Background color
Panel with #bfd975 background
background-color: #bfd975;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd975;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd975; background: linear-gradient(135deg, #bfd975, #7CD975);