#bcd02f
a balanced, vivid yellow · cool · closest name: yellow
RGB
188, 208, 47
HSL
68°, 63%, 50%
CMYK
10, 0, 77, 18
Luminance
0.5601
Every format
| HEX | #bcd02f |
| RGB | rgb(188, 208, 47) |
| HSL | hsl(68, 63%, 50%) |
| CMYK | cmyk(10%, 0%, 77%, 18%) |
| LAB | lab(79.6 -25.9 71.2) |
| LCH | lch(79.6 75.7 110.0) |
| OKLCH | oklch(0.815 0.174 116.8) |
Copy-ready code
/* CSS */
color: #bcd02f;
background-color: #bcd02f;
/* Tailwind (arbitrary) */
class="text-[#bcd02f] bg-[#bcd02f]"
/* SCSS */
$brand: #bcd02f;
/* SwiftUI */
Color(red: 0.737, green: 0.816, blue: 0.184)
/* Android */
Color.parseColor("#bcd02f")Accessibility — WCAG contrast
Aa
#bcd02f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd02f on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.6%
Blue18.4%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow77.4%
Key (black)18.4%
Color previews
#bcd02f text on a black background
contrast 12.20:1
Card sample
#bcd02f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd02f;
Background color
Panel with #bcd02f background
background-color: #bcd02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 208, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 208, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd02f; background: linear-gradient(135deg, #bcd02f, #51D02F);