#bbcf2e
a balanced, vivid yellow · cool · closest name: yellow
RGB
187, 207, 46
HSL
68°, 64%, 50%
CMYK
10, 0, 78, 19
Luminance
0.5539
Every format
| HEX | #bbcf2e |
| RGB | rgb(187, 207, 46) |
| HSL | hsl(68, 64%, 50%) |
| CMYK | cmyk(10%, 0%, 78%, 19%) |
| LAB | lab(79.3 -25.9 71.1) |
| LCH | lch(79.3 75.7 110.0) |
| OKLCH | oklch(0.812 0.174 116.8) |
Copy-ready code
/* CSS */
color: #bbcf2e;
background-color: #bbcf2e;
/* Tailwind (arbitrary) */
class="text-[#bbcf2e] bg-[#bbcf2e]"
/* SCSS */
$brand: #bbcf2e;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.180)
/* Android */
Color.parseColor("#bbcf2e")Accessibility — WCAG contrast
Aa
#bbcf2e on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcf2e on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue18.0%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow77.8%
Key (black)18.8%
Color previews
#bbcf2e text on a black background
contrast 12.08:1
Card sample
#bbcf2e text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcf2e;
Background color
Panel with #bbcf2e background
background-color: #bbcf2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcf2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcf2e; background: linear-gradient(135deg, #bbcf2e, #50CF2E);