#bfd326
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 211, 38
HSL
67°, 70%, 49%
CMYK
10, 0, 82, 17
Luminance
0.5780
Every format
| HEX | #bfd326 |
| RGB | rgb(191, 211, 38) |
| HSL | hsl(67, 70%, 49%) |
| CMYK | cmyk(10%, 0%, 82%, 17%) |
| LAB | lab(80.6 -26.4 74.6) |
| LCH | lch(80.6 79.1 109.5) |
| OKLCH | oklch(0.824 0.180 116.6) |
Copy-ready code
/* CSS */
color: #bfd326;
background-color: #bfd326;
/* Tailwind (arbitrary) */
class="text-[#bfd326] bg-[#bfd326]"
/* SCSS */
$brand: #bfd326;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.149)
/* Android */
Color.parseColor("#bfd326")Accessibility — WCAG contrast
Aa
#bfd326 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd326 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue14.9%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow82.0%
Key (black)17.3%
Color previews
#bfd326 text on a black background
contrast 12.56:1
Card sample
#bfd326 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd326;
Background color
Panel with #bfd326 background
background-color: #bfd326;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd326;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd326; background: linear-gradient(135deg, #bfd326, #4CD326);