#bcce1f
a balanced, vivid yellow · cool · closest name: yellow
RGB
188, 206, 31
HSL
66°, 74%, 47%
CMYK
9, 0, 85, 19
Luminance
0.5493
Every format
| HEX | #bcce1f |
| RGB | rgb(188, 206, 31) |
| HSL | hsl(66, 74%, 47%) |
| CMYK | cmyk(9%, 0%, 85%, 19%) |
| LAB | lab(79.0 -25.5 74.7) |
| LCH | lch(79.0 78.9 108.8) |
| OKLCH | oklch(0.810 0.179 116.1) |
Copy-ready code
/* CSS */
color: #bcce1f;
background-color: #bcce1f;
/* Tailwind (arbitrary) */
class="text-[#bcce1f] bg-[#bcce1f]"
/* SCSS */
$brand: #bcce1f;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.122)
/* Android */
Color.parseColor("#bcce1f")Accessibility — WCAG contrast
Aa
#bcce1f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcce1f on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue12.2%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow85.0%
Key (black)19.2%
Color previews
#bcce1f text on a black background
contrast 11.99:1
Card sample
#bcce1f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcce1f;
Background color
Panel with #bcce1f background
background-color: #bcce1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcce1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcce1f; background: linear-gradient(135deg, #bcce1f, #47CE1F);