#bfd232
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 210, 50
HSL
67°, 64%, 51%
CMYK
9, 0, 76, 18
Luminance
0.5740
Every format
| HEX | #bfd232 |
| RGB | rgb(191, 210, 50) |
| HSL | hsl(67, 64%, 51%) |
| CMYK | cmyk(9%, 0%, 76%, 18%) |
| LAB | lab(80.4 -25.5 71.1) |
| LCH | lch(80.4 75.5 109.7) |
| OKLCH | oklch(0.822 0.174 116.4) |
Copy-ready code
/* CSS */
color: #bfd232;
background-color: #bfd232;
/* Tailwind (arbitrary) */
class="text-[#bfd232] bg-[#bfd232]"
/* SCSS */
$brand: #bfd232;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.196)
/* Android */
Color.parseColor("#bfd232")Accessibility — WCAG contrast
Aa
#bfd232 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd232 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue19.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow76.2%
Key (black)17.6%
Color previews
#bfd232 text on a black background
contrast 12.48:1
Card sample
#bfd232 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd232;
Background color
Panel with #bfd232 background
background-color: #bfd232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd232; background: linear-gradient(135deg, #bfd232, #54D232);