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