#b8af14
a dark, electric yellow · cool · closest name: olive
RGB
184, 175, 20
HSL
57°, 80%, 40%
CMYK
0, 5, 89, 28
Luminance
0.4090
Every format
| HEX | #b8af14 |
| RGB | rgb(184, 175, 20) |
| HSL | hsl(57, 80%, 40%) |
| CMYK | cmyk(0%, 5%, 89%, 28%) |
| LAB | lab(70.1 -12.0 69.5) |
| LCH | lch(70.1 70.5 99.8) |
| OKLCH | oklch(0.738 0.153 105.8) |
Copy-ready code
/* CSS */
color: #b8af14;
background-color: #b8af14;
/* Tailwind (arbitrary) */
class="text-[#b8af14] bg-[#b8af14]"
/* SCSS */
$brand: #b8af14;
/* SwiftUI */
Color(red: 0.722, green: 0.686, blue: 0.078)
/* Android */
Color.parseColor("#b8af14")Accessibility — WCAG contrast
Aa
#b8af14 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8af14 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green68.6%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow89.1%
Key (black)27.8%
Color previews
#b8af14 text on a black background
contrast 9.18:1
Card sample
#b8af14 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8af14;
Background color
Panel with #b8af14 background
background-color: #b8af14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8af14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 175, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 175, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8af14; background: linear-gradient(135deg, #b8af14, #54B814);