#bfd09c
a light, soft green · cool · closest name: tan
RGB
191, 208, 156
HSL
80°, 36%, 71%
CMYK
8, 0, 25, 18
Luminance
0.5859
Every format
| HEX | #bfd09c |
| RGB | rgb(191, 208, 156) |
| HSL | hsl(80, 36%, 71%) |
| CMYK | cmyk(8%, 0%, 25%, 18%) |
| LAB | lab(81.1 -14.6 24.0) |
| LCH | lch(81.1 28.1 121.4) |
| OKLCH | oklch(0.832 0.072 122.7) |
Copy-ready code
/* CSS */
color: #bfd09c;
background-color: #bfd09c;
/* Tailwind (arbitrary) */
class="text-[#bfd09c] bg-[#bfd09c]"
/* SCSS */
$brand: #bfd09c;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.612)
/* Android */
Color.parseColor("#bfd09c")Accessibility — WCAG contrast
Aa
#bfd09c on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd09c on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue61.2%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow25.0%
Key (black)18.4%
Color previews
#bfd09c text on a black background
contrast 12.72:1
Card sample
#bfd09c text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd09c;
Background color
Panel with #bfd09c background
background-color: #bfd09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd09c; background: linear-gradient(135deg, #bfd09c, #9CD09C);