#bfd08f
a light, soft green · cool · closest name: khaki
RGB
191, 208, 143
HSL
76°, 41%, 69%
CMYK
8, 0, 31, 18
Luminance
0.5817
Every format
| HEX | #bfd08f |
| RGB | rgb(191, 208, 143) |
| HSL | hsl(76, 41%, 69%) |
| CMYK | cmyk(8%, 0%, 31%, 18%) |
| LAB | lab(80.8 -16.5 30.4) |
| LCH | lch(80.8 34.6 118.4) |
| OKLCH | oklch(0.829 0.088 120.3) |
Copy-ready code
/* CSS */
color: #bfd08f;
background-color: #bfd08f;
/* Tailwind (arbitrary) */
class="text-[#bfd08f] bg-[#bfd08f]"
/* SCSS */
$brand: #bfd08f;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.561)
/* Android */
Color.parseColor("#bfd08f")Accessibility — WCAG contrast
Aa
#bfd08f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd08f on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue56.1%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow31.3%
Key (black)18.4%
Color previews
#bfd08f text on a black background
contrast 12.63:1
Card sample
#bfd08f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd08f;
Background color
Panel with #bfd08f background
background-color: #bfd08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd08f; background: linear-gradient(135deg, #bfd08f, #94D08F);