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