#bccf29
a balanced, vivid yellow · cool · closest name: yellow
RGB
188, 207, 41
HSL
67°, 67%, 49%
CMYK
9, 0, 80, 19
Luminance
0.5548
Every format
| HEX | #bccf29 |
| RGB | rgb(188, 207, 41) |
| HSL | hsl(67, 67%, 49%) |
| CMYK | cmyk(9%, 0%, 80%, 19%) |
| LAB | lab(79.3 -25.7 72.6) |
| LCH | lch(79.3 77.0 109.5) |
| OKLCH | oklch(0.813 0.176 116.4) |
Copy-ready code
/* CSS */
color: #bccf29;
background-color: #bccf29;
/* Tailwind (arbitrary) */
class="text-[#bccf29] bg-[#bccf29]"
/* SCSS */
$brand: #bccf29;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.161)
/* Android */
Color.parseColor("#bccf29")Accessibility — WCAG contrast
Aa
#bccf29 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccf29 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue16.1%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow80.2%
Key (black)18.8%
Color previews
#bccf29 text on a black background
contrast 12.10:1
Card sample
#bccf29 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccf29;
Background color
Panel with #bccf29 background
background-color: #bccf29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccf29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccf29; background: linear-gradient(135deg, #bccf29, #4DCF29);