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