#bfd554
a balanced, vivid green · cool · closest name: khaki
RGB
191, 213, 84
HSL
70°, 61%, 58%
CMYK
10, 0, 61, 17
Luminance
0.5930
Every format
| HEX | #bfd554 |
| RGB | rgb(191, 213, 84) |
| HSL | hsl(70, 61%, 58%) |
| CMYK | cmyk(10%, 0%, 61%, 17%) |
| LAB | lab(81.5 -25.0 59.6) |
| LCH | lch(81.5 64.6 112.8) |
| OKLCH | oklch(0.832 0.155 118.1) |
Copy-ready code
/* CSS */
color: #bfd554;
background-color: #bfd554;
/* Tailwind (arbitrary) */
class="text-[#bfd554] bg-[#bfd554]"
/* SCSS */
$brand: #bfd554;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.329)
/* Android */
Color.parseColor("#bfd554")Accessibility — WCAG contrast
Aa
#bfd554 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd554 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue32.9%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow60.6%
Key (black)16.5%
Color previews
#bfd554 text on a black background
contrast 12.86:1
Card sample
#bfd554 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd554;
Background color
Panel with #bfd554 background
background-color: #bfd554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd554; background: linear-gradient(135deg, #bfd554, #69D554);