#bfcf91
a light, soft green · cool · closest name: khaki
RGB
191, 207, 145
HSL
76°, 39%, 69%
CMYK
8, 0, 30, 19
Luminance
0.5775
Every format
| HEX | #bfcf91 |
| RGB | rgb(191, 207, 145) |
| HSL | hsl(76, 39%, 69%) |
| CMYK | cmyk(8%, 0%, 30%, 19%) |
| LAB | lab(80.6 -15.7 29.1) |
| LCH | lch(80.6 33.1 118.4) |
| OKLCH | oklch(0.827 0.084 120.0) |
Copy-ready code
/* CSS */
color: #bfcf91;
background-color: #bfcf91;
/* Tailwind (arbitrary) */
class="text-[#bfcf91] bg-[#bfcf91]"
/* SCSS */
$brand: #bfcf91;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.569)
/* Android */
Color.parseColor("#bfcf91")Accessibility — WCAG contrast
Aa
#bfcf91 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcf91 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue56.9%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow30.0%
Key (black)18.8%
Color previews
#bfcf91 text on a black background
contrast 12.55:1
Card sample
#bfcf91 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcf91;
Background color
Panel with #bfcf91 background
background-color: #bfcf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcf91; background: linear-gradient(135deg, #bfcf91, #96CF91);