#bfd494
a light, soft green · cool · closest name: khaki
RGB
191, 212, 148
HSL
80°, 43%, 71%
CMYK
10, 0, 30, 17
Luminance
0.6030
Every format
| HEX | #bfd494 |
| RGB | rgb(191, 212, 148) |
| HSL | hsl(80, 43%, 71%) |
| CMYK | cmyk(10%, 0%, 30%, 17%) |
| LAB | lab(82.0 -17.8 29.4) |
| LCH | lch(82.0 34.4 121.2) |
| OKLCH | oklch(0.839 0.088 123.0) |
Copy-ready code
/* CSS */
color: #bfd494;
background-color: #bfd494;
/* Tailwind (arbitrary) */
class="text-[#bfd494] bg-[#bfd494]"
/* SCSS */
$brand: #bfd494;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.580)
/* Android */
Color.parseColor("#bfd494")Accessibility — WCAG contrast
Aa
#bfd494 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd494 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue58.0%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow30.2%
Key (black)16.9%
Color previews
#bfd494 text on a black background
contrast 13.06:1
Card sample
#bfd494 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd494;
Background color
Panel with #bfd494 background
background-color: #bfd494;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd494;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd494; background: linear-gradient(135deg, #bfd494, #94D494);