#bbcd5f
a balanced, vivid yellow · cool · closest name: khaki
RGB
187, 205, 95
HSL
70°, 52%, 59%
CMYK
9, 0, 54, 20
Luminance
0.5505
Every format
| HEX | #bbcd5f |
| RGB | rgb(187, 205, 95) |
| HSL | hsl(70, 52%, 59%) |
| CMYK | cmyk(9%, 0%, 54%, 20%) |
| LAB | lab(79.1 -21.9 51.9) |
| LCH | lch(79.1 56.4 112.8) |
| OKLCH | oklch(0.812 0.137 117.3) |
Copy-ready code
/* CSS */
color: #bbcd5f;
background-color: #bbcd5f;
/* Tailwind (arbitrary) */
class="text-[#bbcd5f] bg-[#bbcd5f]"
/* SCSS */
$brand: #bbcd5f;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.373)
/* Android */
Color.parseColor("#bbcd5f")Accessibility — WCAG contrast
Aa
#bbcd5f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcd5f on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue37.3%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow53.7%
Key (black)19.6%
Color previews
#bbcd5f text on a black background
contrast 12.01:1
Card sample
#bbcd5f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcd5f;
Background color
Panel with #bbcd5f background
background-color: #bbcd5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcd5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcd5f; background: linear-gradient(135deg, #bbcd5f, #72CD5F);