#bbcf4e
a balanced, vivid yellow · cool · closest name: khaki
RGB
187, 207, 78
HSL
69°, 57%, 56%
CMYK
10, 0, 62, 19
Luminance
0.5574
Every format
| HEX | #bbcf4e |
| RGB | rgb(187, 207, 78) |
| HSL | hsl(69, 57%, 56%) |
| CMYK | cmyk(10%, 0%, 62%, 19%) |
| LAB | lab(79.5 -24.2 59.9) |
| LCH | lch(79.5 64.6 112.0) |
| OKLCH | oklch(0.815 0.154 117.4) |
Copy-ready code
/* CSS */
color: #bbcf4e;
background-color: #bbcf4e;
/* Tailwind (arbitrary) */
class="text-[#bbcf4e] bg-[#bbcf4e]"
/* SCSS */
$brand: #bbcf4e;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.306)
/* Android */
Color.parseColor("#bbcf4e")Accessibility — WCAG contrast
Aa
#bbcf4e on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcf4e on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue30.6%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow62.3%
Key (black)18.8%
Color previews
#bbcf4e text on a black background
contrast 12.15:1
Card sample
#bbcf4e text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcf4e;
Background color
Panel with #bbcf4e background
background-color: #bbcf4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcf4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcf4e; background: linear-gradient(135deg, #bbcf4e, #65CF4E);