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