#bace13
a dark, electric yellow · cool · closest name: yellow
RGB
186, 206, 19
HSL
66°, 83%, 44%
CMYK
10, 0, 91, 19
Luminance
0.5463
Every format
| HEX | #bace13 |
| RGB | rgb(186, 206, 19) |
| HSL | hsl(66, 83%, 44%) |
| CMYK | cmyk(10%, 0%, 91%, 19%) |
| LAB | lab(78.8 -26.6 76.6) |
| LCH | lch(78.8 81.1 109.1) |
| OKLCH | oklch(0.808 0.183 116.7) |
Copy-ready code
/* CSS */
color: #bace13;
background-color: #bace13;
/* Tailwind (arbitrary) */
class="text-[#bace13] bg-[#bace13]"
/* SCSS */
$brand: #bace13;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#bace13")Accessibility — WCAG contrast
Aa
#bace13 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace13 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue7.5%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow90.8%
Key (black)19.2%
Color previews
#bace13 text on a black background
contrast 11.93:1
Card sample
#bace13 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace13;
Background color
Panel with #bace13 background
background-color: #bace13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace13; background: linear-gradient(135deg, #bace13, #3DCE13);