#bbcf3e
a balanced, vivid yellow · cool · closest name: khaki
RGB
187, 207, 62
HSL
68°, 60%, 53%
CMYK
10, 0, 70, 19
Luminance
0.5554
Every format
| HEX | #bbcf3e |
| RGB | rgb(187, 207, 62) |
| HSL | hsl(68, 60%, 53%) |
| CMYK | cmyk(10%, 0%, 70%, 19%) |
| LAB | lab(79.3 -25.1 66.0) |
| LCH | lch(79.3 70.6 110.9) |
| OKLCH | oklch(0.813 0.165 117.1) |
Copy-ready code
/* CSS */
color: #bbcf3e;
background-color: #bbcf3e;
/* Tailwind (arbitrary) */
class="text-[#bbcf3e] bg-[#bbcf3e]"
/* SCSS */
$brand: #bbcf3e;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.243)
/* Android */
Color.parseColor("#bbcf3e")Accessibility — WCAG contrast
Aa
#bbcf3e on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcf3e on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue24.3%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow70.0%
Key (black)18.8%
Color previews
#bbcf3e text on a black background
contrast 12.11:1
Card sample
#bbcf3e text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcf3e;
Background color
Panel with #bbcf3e background
background-color: #bbcf3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcf3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcf3e; background: linear-gradient(135deg, #bbcf3e, #5ACF3E);