#bfd097
a light, soft green · cool · closest name: tan
RGB
191, 208, 151
HSL
78°, 38%, 70%
CMYK
8, 0, 27, 18
Luminance
0.5842
Every format
| HEX | #bfd097 |
| RGB | rgb(191, 208, 151) |
| HSL | hsl(78, 38%, 70%) |
| CMYK | cmyk(8%, 0%, 27%, 18%) |
| LAB | lab(81.0 -15.4 26.5) |
| LCH | lch(81.0 30.6 120.2) |
| OKLCH | oklch(0.831 0.078 121.6) |
Copy-ready code
/* CSS */
color: #bfd097;
background-color: #bfd097;
/* Tailwind (arbitrary) */
class="text-[#bfd097] bg-[#bfd097]"
/* SCSS */
$brand: #bfd097;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.592)
/* Android */
Color.parseColor("#bfd097")Accessibility — WCAG contrast
Aa
#bfd097 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd097 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue59.2%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow27.4%
Key (black)18.4%
Color previews
#bfd097 text on a black background
contrast 12.68:1
Card sample
#bfd097 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd097;
Background color
Panel with #bfd097 background
background-color: #bfd097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd097; background: linear-gradient(135deg, #bfd097, #99D097);