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