#bfd48f
a light, soft green · cool · closest name: khaki
RGB
191, 212, 143
HSL
78°, 45%, 70%
CMYK
10, 0, 33, 17
Luminance
0.6015
Every format
| HEX | #bfd48f |
| RGB | rgb(191, 212, 143) |
| HSL | hsl(78, 45%, 70%) |
| CMYK | cmyk(10%, 0%, 33%, 17%) |
| LAB | lab(81.9 -18.5 31.9) |
| LCH | lch(81.9 36.8 120.1) |
| OKLCH | oklch(0.838 0.094 122.2) |
Copy-ready code
/* CSS */
color: #bfd48f;
background-color: #bfd48f;
/* Tailwind (arbitrary) */
class="text-[#bfd48f] bg-[#bfd48f]"
/* SCSS */
$brand: #bfd48f;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.561)
/* Android */
Color.parseColor("#bfd48f")Accessibility — WCAG contrast
Aa
#bfd48f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd48f on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue56.1%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow32.5%
Key (black)16.9%
Color previews
#bfd48f text on a black background
contrast 13.03:1
Card sample
#bfd48f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd48f;
Background color
Panel with #bfd48f background
background-color: #bfd48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd48f; background: linear-gradient(135deg, #bfd48f, #91D48F);