#bccc0f
a dark, electric yellow · cool · closest name: yellow
RGB
188, 204, 15
HSL
65°, 86%, 43%
CMYK
8, 0, 93, 20
Luminance
0.5391
Every format
| HEX | #bccc0f |
| RGB | rgb(188, 204, 15) |
| HSL | hsl(65, 86%, 43%) |
| CMYK | cmyk(8%, 0%, 93%, 20%) |
| LAB | lab(78.4 -24.8 76.9) |
| LCH | lch(78.4 80.8 107.9) |
| OKLCH | oklch(0.805 0.181 115.4) |
Copy-ready code
/* CSS */
color: #bccc0f;
background-color: #bccc0f;
/* Tailwind (arbitrary) */
class="text-[#bccc0f] bg-[#bccc0f]"
/* SCSS */
$brand: #bccc0f;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.059)
/* Android */
Color.parseColor("#bccc0f")Accessibility — WCAG contrast
Aa
#bccc0f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccc0f on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue5.9%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow92.6%
Key (black)20.0%
Color previews
#bccc0f text on a black background
contrast 11.78:1
Card sample
#bccc0f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccc0f;
Background color
Panel with #bccc0f background
background-color: #bccc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccc0f; background: linear-gradient(135deg, #bccc0f, #3ECC0F);