#bdcf4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
189, 207, 79
HSL
68°, 57%, 56%
CMYK
9, 0, 62, 19
Luminance
0.5601
Every format
| HEX | #bdcf4f |
| RGB | rgb(189, 207, 79) |
| HSL | hsl(68, 57%, 56%) |
| CMYK | cmyk(9%, 0%, 62%, 19%) |
| LAB | lab(79.6 -23.3 59.6) |
| LCH | lch(79.6 64.0 111.3) |
| OKLCH | oklch(0.816 0.153 116.7) |
Copy-ready code
/* CSS */
color: #bdcf4f;
background-color: #bdcf4f;
/* Tailwind (arbitrary) */
class="text-[#bdcf4f] bg-[#bdcf4f]"
/* SCSS */
$brand: #bdcf4f;
/* SwiftUI */
Color(red: 0.741, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#bdcf4f")Accessibility — WCAG contrast
Aa
#bdcf4f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcf4f on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green81.2%
Blue31.0%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#bdcf4f text on a black background
contrast 12.20:1
Card sample
#bdcf4f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcf4f;
Background color
Panel with #bdcf4f background
background-color: #bdcf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcf4f; background: linear-gradient(135deg, #bdcf4f, #68CF4F);