#bfd291
a light, soft green · cool · closest name: khaki
RGB
191, 210, 145
HSL
78°, 42%, 70%
CMYK
9, 0, 31, 18
Luminance
0.5921
Every format
| HEX | #bfd291 |
| RGB | rgb(191, 210, 145) |
| HSL | hsl(78, 42%, 70%) |
| CMYK | cmyk(9%, 0%, 31%, 18%) |
| LAB | lab(81.4 -17.2 30.2) |
| LCH | lch(81.4 34.7 119.7) |
| OKLCH | oklch(0.834 0.088 121.6) |
Copy-ready code
/* CSS */
color: #bfd291;
background-color: #bfd291;
/* Tailwind (arbitrary) */
class="text-[#bfd291] bg-[#bfd291]"
/* SCSS */
$brand: #bfd291;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.569)
/* Android */
Color.parseColor("#bfd291")Accessibility — WCAG contrast
Aa
#bfd291 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd291 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue56.9%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow31.0%
Key (black)17.6%
Color previews
#bfd291 text on a black background
contrast 12.84:1
Card sample
#bfd291 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd291;
Background color
Panel with #bfd291 background
background-color: #bfd291;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd291;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd291; background: linear-gradient(135deg, #bfd291, #94D291);