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