#bace2f
a balanced, vivid yellow · cool · closest name: gold
RGB
186, 206, 47
HSL
68°, 63%, 50%
CMYK
10, 0, 77, 19
Luminance
0.5479
Every format
| HEX | #bace2f |
| RGB | rgb(186, 206, 47) |
| HSL | hsl(68, 63%, 50%) |
| CMYK | cmyk(10%, 0%, 77%, 19%) |
| LAB | lab(78.9 -25.8 70.5) |
| LCH | lch(78.9 75.0 110.1) |
| OKLCH | oklch(0.809 0.173 116.9) |
Copy-ready code
/* CSS */
color: #bace2f;
background-color: #bace2f;
/* Tailwind (arbitrary) */
class="text-[#bace2f] bg-[#bace2f]"
/* SCSS */
$brand: #bace2f;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.184)
/* Android */
Color.parseColor("#bace2f")Accessibility — WCAG contrast
Aa
#bace2f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace2f on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue18.4%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow77.2%
Key (black)19.2%
Color previews
#bace2f text on a black background
contrast 11.96:1
Card sample
#bace2f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace2f;
Background color
Panel with #bace2f background
background-color: #bace2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace2f; background: linear-gradient(135deg, #bace2f, #50CE2F);