#bdcf13
a dark, electric yellow · cool · closest name: yellow
RGB
189, 207, 19
HSL
66°, 83%, 44%
CMYK
9, 0, 91, 19
Luminance
0.5549
Every format
| HEX | #bdcf13 |
| RGB | rgb(189, 207, 19) |
| HSL | hsl(66, 83%, 44%) |
| CMYK | cmyk(9%, 0%, 91%, 19%) |
| LAB | lab(79.3 -25.8 77.1) |
| LCH | lch(79.3 81.3 108.5) |
| OKLCH | oklch(0.813 0.183 116.0) |
Copy-ready code
/* CSS */
color: #bdcf13;
background-color: #bdcf13;
/* Tailwind (arbitrary) */
class="text-[#bdcf13] bg-[#bdcf13]"
/* SCSS */
$brand: #bdcf13;
/* SwiftUI */
Color(red: 0.741, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#bdcf13")Accessibility — WCAG contrast
Aa
#bdcf13 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdcf13 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green81.2%
Blue7.5%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#bdcf13 text on a black background
contrast 12.10:1
Card sample
#bdcf13 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdcf13;
Background color
Panel with #bdcf13 background
background-color: #bdcf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdcf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdcf13; background: linear-gradient(135deg, #bdcf13, #40CF13);