#bfd18f
a light, soft green · cool · closest name: khaki
RGB
191, 209, 143
HSL
76°, 42%, 69%
CMYK
9, 0, 32, 18
Luminance
0.5866
Every format
| HEX | #bfd18f |
| RGB | rgb(191, 209, 143) |
| HSL | hsl(76, 42%, 69%) |
| CMYK | cmyk(9%, 0%, 32%, 18%) |
| LAB | lab(81.1 -17.0 30.8) |
| LCH | lch(81.1 35.2 118.9) |
| OKLCH | oklch(0.831 0.089 120.8) |
Copy-ready code
/* CSS */
color: #bfd18f;
background-color: #bfd18f;
/* Tailwind (arbitrary) */
class="text-[#bfd18f] bg-[#bfd18f]"
/* SCSS */
$brand: #bfd18f;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.561)
/* Android */
Color.parseColor("#bfd18f")Accessibility — WCAG contrast
Aa
#bfd18f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd18f on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue56.1%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow31.6%
Key (black)18.0%
Color previews
#bfd18f text on a black background
contrast 12.73:1
Card sample
#bfd18f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd18f;
Background color
Panel with #bfd18f background
background-color: #bfd18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd18f; background: linear-gradient(135deg, #bfd18f, #93D18F);