#bdcf3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
189, 207, 63
HSL
68°, 60%, 53%
CMYK
9, 0, 70, 19
Luminance
0.5580
Every format
| HEX | #bdcf3f |
| RGB | rgb(189, 207, 63) |
| HSL | hsl(68, 60%, 53%) |
| CMYK | cmyk(9%, 0%, 70%, 19%) |
| LAB | lab(79.5 -24.3 65.8) |
| LCH | lch(79.5 70.2 110.3) |
| OKLCH | oklch(0.815 0.164 116.4) |
Copy-ready code
/* CSS */
color: #bdcf3f;
background-color: #bdcf3f;
/* Tailwind (arbitrary) */
class="text-[#bdcf3f] bg-[#bdcf3f]"
/* SCSS */
$brand: #bdcf3f;
/* SwiftUI */
Color(red: 0.741, green: 0.812, blue: 0.247)
/* Android */
Color.parseColor("#bdcf3f")Accessibility — WCAG contrast
Aa
#bdcf3f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcf3f on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green81.2%
Blue24.7%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow69.6%
Key (black)18.8%
Color previews
#bdcf3f text on a black background
contrast 12.16:1
Card sample
#bdcf3f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcf3f;
Background color
Panel with #bdcf3f background
background-color: #bdcf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 207, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 207, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcf3f; background: linear-gradient(135deg, #bdcf3f, #5DCF3F);