#bfd293
a light, soft green · cool · closest name: khaki
RGB
191, 210, 147
HSL
78°, 41%, 70%
CMYK
9, 0, 30, 18
Luminance
0.5928
Every format
| HEX | #bfd293 |
| RGB | rgb(191, 210, 147) |
| HSL | hsl(78, 41%, 70%) |
| CMYK | cmyk(9%, 0%, 30%, 18%) |
| LAB | lab(81.4 -16.9 29.2) |
| LCH | lch(81.4 33.7 120.1) |
| OKLCH | oklch(0.834 0.086 121.9) |
Copy-ready code
/* CSS */
color: #bfd293;
background-color: #bfd293;
/* Tailwind (arbitrary) */
class="text-[#bfd293] bg-[#bfd293]"
/* SCSS */
$brand: #bfd293;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.576)
/* Android */
Color.parseColor("#bfd293")Accessibility — WCAG contrast
Aa
#bfd293 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd293 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue57.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow30.0%
Key (black)17.6%
Color previews
#bfd293 text on a black background
contrast 12.86:1
Card sample
#bfd293 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd293;
Background color
Panel with #bfd293 background
background-color: #bfd293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd293; background: linear-gradient(135deg, #bfd293, #95D293);