#b0af14
a dark, electric yellow · cool · closest name: olive
RGB
176, 175, 20
HSL
60°, 80%, 38%
CMYK
0, 1, 89, 31
Luminance
0.3994
Every format
| HEX | #b0af14 |
| RGB | rgb(176, 175, 20) |
| HSL | hsl(60, 80%, 38%) |
| CMYK | cmyk(0%, 1%, 89%, 31%) |
| LAB | lab(69.4 -15.5 68.7) |
| LCH | lch(69.4 70.4 102.7) |
| OKLCH | oklch(0.731 0.155 109.3) |
Copy-ready code
/* CSS */
color: #b0af14;
background-color: #b0af14;
/* Tailwind (arbitrary) */
class="text-[#b0af14] bg-[#b0af14]"
/* SCSS */
$brand: #b0af14;
/* SwiftUI */
Color(red: 0.690, green: 0.686, blue: 0.078)
/* Android */
Color.parseColor("#b0af14")Accessibility — WCAG contrast
Aa
#b0af14 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0af14 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green68.6%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow88.6%
Key (black)31.0%
Color previews
#b0af14 text on a black background
contrast 8.99:1
Card sample
#b0af14 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0af14;
Background color
Panel with #b0af14 background
background-color: #b0af14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0af14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 175, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 175, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0af14; background: linear-gradient(135deg, #b0af14, #49B014);