#bfd07d
a light, vivid green · cool · closest name: khaki
RGB
191, 208, 125
HSL
72°, 47%, 65%
CMYK
8, 0, 40, 18
Luminance
0.5767
Every format
| HEX | #bfd07d |
| RGB | rgb(191, 208, 125) |
| HSL | hsl(72, 47%, 65%) |
| CMYK | cmyk(8%, 0%, 40%, 18%) |
| LAB | lab(80.5 -18.7 39.3) |
| LCH | lch(80.5 43.5 115.5) |
| OKLCH | oklch(0.826 0.109 118.3) |
Copy-ready code
/* CSS */
color: #bfd07d;
background-color: #bfd07d;
/* Tailwind (arbitrary) */
class="text-[#bfd07d] bg-[#bfd07d]"
/* SCSS */
$brand: #bfd07d;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.490)
/* Android */
Color.parseColor("#bfd07d")Accessibility — WCAG contrast
Aa
#bfd07d on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd07d on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue49.0%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow39.9%
Key (black)18.4%
Color previews
#bfd07d text on a black background
contrast 12.53:1
Card sample
#bfd07d text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd07d;
Background color
Panel with #bfd07d background
background-color: #bfd07d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd07d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd07d; background: linear-gradient(135deg, #bfd07d, #88D07D);