#bfd13f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 209, 63
HSL
67°, 61%, 53%
CMYK
9, 0, 70, 18
Luminance
0.5704
Every format
| HEX | #bfd13f |
| RGB | rgb(191, 209, 63) |
| HSL | hsl(67, 61%, 53%) |
| CMYK | cmyk(9%, 0%, 70%, 18%) |
| LAB | lab(80.2 -24.4 66.5) |
| LCH | lch(80.2 70.9 110.2) |
| OKLCH | oklch(0.821 0.166 116.3) |
Copy-ready code
/* CSS */
color: #bfd13f;
background-color: #bfd13f;
/* Tailwind (arbitrary) */
class="text-[#bfd13f] bg-[#bfd13f]"
/* SCSS */
$brand: #bfd13f;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.247)
/* Android */
Color.parseColor("#bfd13f")Accessibility — WCAG contrast
Aa
#bfd13f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd13f on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue24.7%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow69.9%
Key (black)18.0%
Color previews
#bfd13f text on a black background
contrast 12.41:1
Card sample
#bfd13f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd13f;
Background color
Panel with #bfd13f background
background-color: #bfd13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd13f; background: linear-gradient(135deg, #bfd13f, #5ED13F);