#bbcf0e
a dark, electric yellow · cool · closest name: yellow
RGB
187, 207, 14
HSL
66°, 87%, 43%
CMYK
10, 0, 93, 19
Luminance
0.5522
Every format
| HEX | #bbcf0e |
| RGB | rgb(187, 207, 14) |
| HSL | hsl(66, 87%, 43%) |
| CMYK | cmyk(10%, 0%, 93%, 19%) |
| LAB | lab(79.2 -26.7 77.6) |
| LCH | lch(79.2 82.0 109.0) |
| OKLCH | oklch(0.811 0.184 116.6) |
Copy-ready code
/* CSS */
color: #bbcf0e;
background-color: #bbcf0e;
/* Tailwind (arbitrary) */
class="text-[#bbcf0e] bg-[#bbcf0e]"
/* SCSS */
$brand: #bbcf0e;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.055)
/* Android */
Color.parseColor("#bbcf0e")Accessibility — WCAG contrast
Aa
#bbcf0e on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcf0e on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue5.5%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow93.2%
Key (black)18.8%
Color previews
#bbcf0e text on a black background
contrast 12.04:1
Card sample
#bbcf0e text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcf0e;
Background color
Panel with #bbcf0e background
background-color: #bbcf0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcf0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcf0e; background: linear-gradient(135deg, #bbcf0e, #3ACF0E);