#bfd19f
a light, soft green · cool · closest name: tan
RGB
191, 209, 159
HSL
82°, 35%, 72%
CMYK
9, 0, 24, 18
Luminance
0.5918
Every format
| HEX | #bfd19f |
| RGB | rgb(191, 209, 159) |
| HSL | hsl(82, 35%, 72%) |
| CMYK | cmyk(9%, 0%, 24%, 18%) |
| LAB | lab(81.4 -14.7 22.8) |
| LCH | lch(81.4 27.2 122.8) |
| OKLCH | oklch(0.834 0.070 124.0) |
Copy-ready code
/* CSS */
color: #bfd19f;
background-color: #bfd19f;
/* Tailwind (arbitrary) */
class="text-[#bfd19f] bg-[#bfd19f]"
/* SCSS */
$brand: #bfd19f;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.624)
/* Android */
Color.parseColor("#bfd19f")Accessibility — WCAG contrast
Aa
#bfd19f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd19f on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue62.4%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow23.9%
Key (black)18.0%
Color previews
#bfd19f text on a black background
contrast 12.84:1
Card sample
#bfd19f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd19f;
Background color
Panel with #bfd19f background
background-color: #bfd19f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd19f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd19f; background: linear-gradient(135deg, #bfd19f, #9FD1A0);