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