#bfd461
a balanced, vivid green · cool · closest name: khaki
RGB
191, 212, 97
HSL
71°, 57%, 61%
CMYK
10, 0, 54, 17
Luminance
0.5903
Every format
| HEX | #bfd461 |
| RGB | rgb(191, 212, 97) |
| HSL | hsl(71, 57%, 61%) |
| CMYK | cmyk(10%, 0%, 54%, 17%) |
| LAB | lab(81.3 -23.5 53.7) |
| LCH | lch(81.3 58.6 113.7) |
| OKLCH | oklch(0.831 0.143 118.2) |
Copy-ready code
/* CSS */
color: #bfd461;
background-color: #bfd461;
/* Tailwind (arbitrary) */
class="text-[#bfd461] bg-[#bfd461]"
/* SCSS */
$brand: #bfd461;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.380)
/* Android */
Color.parseColor("#bfd461")Accessibility — WCAG contrast
Aa
#bfd461 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd461 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue38.0%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow54.2%
Key (black)16.9%
Color previews
#bfd461 text on a black background
contrast 12.81:1
Card sample
#bfd461 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd461;
Background color
Panel with #bfd461 background
background-color: #bfd461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd461; background: linear-gradient(135deg, #bfd461, #72D461);