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