#bbcd3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
187, 205, 63
HSL
68°, 59%, 53%
CMYK
9, 0, 69, 20
Luminance
0.5459
Every format
| HEX | #bbcd3f |
| RGB | rgb(187, 205, 63) |
| HSL | hsl(68, 59%, 53%) |
| CMYK | cmyk(9%, 0%, 69%, 20%) |
| LAB | lab(78.8 -24.1 65.1) |
| LCH | lch(78.8 69.4 110.3) |
| OKLCH | oklch(0.809 0.163 116.4) |
Copy-ready code
/* CSS */
color: #bbcd3f;
background-color: #bbcd3f;
/* Tailwind (arbitrary) */
class="text-[#bbcd3f] bg-[#bbcd3f]"
/* SCSS */
$brand: #bbcd3f;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.247)
/* Android */
Color.parseColor("#bbcd3f")Accessibility — WCAG contrast
Aa
#bbcd3f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcd3f on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue24.7%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow69.3%
Key (black)19.6%
Color previews
#bbcd3f text on a black background
contrast 11.92:1
Card sample
#bbcd3f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcd3f;
Background color
Panel with #bbcd3f background
background-color: #bbcd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcd3f; background: linear-gradient(135deg, #bbcd3f, #5CCD3F);