#bfdf92
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 146
HSL
85°, 55%, 72%
CMYK
14, 0, 35, 13
Luminance
0.6593
Every format
| HEX | #bfdf92 |
| RGB | rgb(191, 223, 146) |
| HSL | hsl(85, 55%, 72%) |
| CMYK | cmyk(14%, 0%, 35%, 13%) |
| LAB | lab(85.0 -23.5 34.4) |
| LCH | lch(85.0 41.6 124.3) |
| OKLCH | oklch(0.862 0.107 126.9) |
Copy-ready code
/* CSS */
color: #bfdf92;
background-color: #bfdf92;
/* Tailwind (arbitrary) */
class="text-[#bfdf92] bg-[#bfdf92]"
/* SCSS */
$brand: #bfdf92;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.573)
/* Android */
Color.parseColor("#bfdf92")Accessibility — WCAG contrast
Aa
#bfdf92 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf92 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue57.3%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow34.5%
Key (black)12.5%
Color previews
#bfdf92 text on a black background
contrast 14.19:1
Card sample
#bfdf92 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf92;
Background color
Panel with #bfdf92 background
background-color: #bfdf92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf92; background: linear-gradient(135deg, #bfdf92, #92DF98);