#bfd352
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 211, 82
HSL
69°, 59%, 58%
CMYK
10, 0, 61, 17
Luminance
0.5827
Every format
| HEX | #bfd352 |
| RGB | rgb(191, 211, 82) |
| HSL | hsl(69, 59%, 58%) |
| CMYK | cmyk(10%, 0%, 61%, 17%) |
| LAB | lab(80.9 -24.2 59.8) |
| LCH | lch(80.9 64.5 112.0) |
| OKLCH | oklch(0.827 0.154 117.4) |
Copy-ready code
/* CSS */
color: #bfd352;
background-color: #bfd352;
/* Tailwind (arbitrary) */
class="text-[#bfd352] bg-[#bfd352]"
/* SCSS */
$brand: #bfd352;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.322)
/* Android */
Color.parseColor("#bfd352")Accessibility — WCAG contrast
Aa
#bfd352 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd352 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue32.2%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow61.1%
Key (black)17.3%
Color previews
#bfd352 text on a black background
contrast 12.65:1
Card sample
#bfd352 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd352;
Background color
Panel with #bfd352 background
background-color: #bfd352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd352; background: linear-gradient(135deg, #bfd352, #69D352);