#bfd33f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 211, 63
HSL
68°, 63%, 54%
CMYK
10, 0, 70, 17
Luminance
0.5802
Every format
| HEX | #bfd33f |
| RGB | rgb(191, 211, 63) |
| HSL | hsl(68, 63%, 54%) |
| CMYK | cmyk(10%, 0%, 70%, 17%) |
| LAB | lab(80.8 -25.4 67.1) |
| LCH | lch(80.8 71.7 110.7) |
| OKLCH | oklch(0.825 0.168 116.9) |
Copy-ready code
/* CSS */
color: #bfd33f;
background-color: #bfd33f;
/* Tailwind (arbitrary) */
class="text-[#bfd33f] bg-[#bfd33f]"
/* SCSS */
$brand: #bfd33f;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.247)
/* Android */
Color.parseColor("#bfd33f")Accessibility — WCAG contrast
Aa
#bfd33f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd33f on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue24.7%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow70.1%
Key (black)17.3%
Color previews
#bfd33f text on a black background
contrast 12.60:1
Card sample
#bfd33f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd33f;
Background color
Panel with #bfd33f background
background-color: #bfd33f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd33f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd33f; background: linear-gradient(135deg, #bfd33f, #5CD33F);