#bace34
a balanced, vivid yellow · cool · closest name: gold
RGB
186, 206, 52
HSL
68°, 61%, 51%
CMYK
10, 0, 75, 19
Luminance
0.5483
Every format
| HEX | #bace34 |
| RGB | rgb(186, 206, 52) |
| HSL | hsl(68, 61%, 51%) |
| CMYK | cmyk(10%, 0%, 75%, 19%) |
| LAB | lab(78.9 -25.6 69.0) |
| LCH | lch(78.9 73.6 110.3) |
| OKLCH | oklch(0.810 0.170 116.9) |
Copy-ready code
/* CSS */
color: #bace34;
background-color: #bace34;
/* Tailwind (arbitrary) */
class="text-[#bace34] bg-[#bace34]"
/* SCSS */
$brand: #bace34;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.204)
/* Android */
Color.parseColor("#bace34")Accessibility — WCAG contrast
Aa
#bace34 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace34 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue20.4%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow74.8%
Key (black)19.2%
Color previews
#bace34 text on a black background
contrast 11.97:1
Card sample
#bace34 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace34;
Background color
Panel with #bace34 background
background-color: #bace34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace34; background: linear-gradient(135deg, #bace34, #53CE34);