#bbc12f
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 193, 47
HSL
63°, 61%, 47%
CMYK
3, 0, 76, 24
Luminance
0.4891
Every format
| HEX | #bbc12f |
| RGB | rgb(187, 193, 47) |
| HSL | hsl(63, 61%, 47%) |
| CMYK | cmyk(3%, 0%, 76%, 24%) |
| LAB | lab(75.4 -19.0 67.3) |
| LCH | lch(75.4 69.9 105.8) |
| OKLCH | oklch(0.781 0.159 112.0) |
Copy-ready code
/* CSS */
color: #bbc12f;
background-color: #bbc12f;
/* Tailwind (arbitrary) */
class="text-[#bbc12f] bg-[#bbc12f]"
/* SCSS */
$brand: #bbc12f;
/* SwiftUI */
Color(red: 0.733, green: 0.757, blue: 0.184)
/* Android */
Color.parseColor("#bbc12f")Accessibility — WCAG contrast
Aa
#bbc12f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc12f on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green75.7%
Blue18.4%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow75.6%
Key (black)24.3%
Color previews
#bbc12f text on a black background
contrast 10.78:1
Card sample
#bbc12f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc12f;
Background color
Panel with #bbc12f background
background-color: #bbc12f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc12f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 193, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 193, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc12f; background: linear-gradient(135deg, #bbc12f, #5AC12F);