#bfd09f
a light, soft green · cool · closest name: tan
RGB
191, 208, 159
HSL
81°, 34%, 72%
CMYK
8, 0, 24, 18
Luminance
0.5869
Every format
| HEX | #bfd09f |
| RGB | rgb(191, 208, 159) |
| HSL | hsl(81, 34%, 72%) |
| CMYK | cmyk(8%, 0%, 24%, 18%) |
| LAB | lab(81.1 -14.2 22.5) |
| LCH | lch(81.1 26.6 122.3) |
| OKLCH | oklch(0.832 0.068 123.4) |
Copy-ready code
/* CSS */
color: #bfd09f;
background-color: #bfd09f;
/* Tailwind (arbitrary) */
class="text-[#bfd09f] bg-[#bfd09f]"
/* SCSS */
$brand: #bfd09f;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.624)
/* Android */
Color.parseColor("#bfd09f")Accessibility — WCAG contrast
Aa
#bfd09f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd09f on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue62.4%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow23.6%
Key (black)18.4%
Color previews
#bfd09f text on a black background
contrast 12.74:1
Card sample
#bfd09f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd09f;
Background color
Panel with #bfd09f background
background-color: #bfd09f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd09f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd09f; background: linear-gradient(135deg, #bfd09f, #9FD0A0);