#bfd094
a light, soft green · cool · closest name: khaki
RGB
191, 208, 148
HSL
77°, 39%, 70%
CMYK
8, 0, 29, 18
Luminance
0.5833
Every format
| HEX | #bfd094 |
| RGB | rgb(191, 208, 148) |
| HSL | hsl(77, 39%, 70%) |
| CMYK | cmyk(8%, 0%, 29%, 18%) |
| LAB | lab(80.9 -15.8 28.0) |
| LCH | lch(80.9 32.1 119.5) |
| OKLCH | oklch(0.830 0.082 121.1) |
Copy-ready code
/* CSS */
color: #bfd094;
background-color: #bfd094;
/* Tailwind (arbitrary) */
class="text-[#bfd094] bg-[#bfd094]"
/* SCSS */
$brand: #bfd094;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.580)
/* Android */
Color.parseColor("#bfd094")Accessibility — WCAG contrast
Aa
#bfd094 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd094 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue58.0%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow28.8%
Key (black)18.4%
Color previews
#bfd094 text on a black background
contrast 12.67:1
Card sample
#bfd094 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd094;
Background color
Panel with #bfd094 background
background-color: #bfd094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd094; background: linear-gradient(135deg, #bfd094, #97D094);