#b1af13
a dark, electric yellow · cool · closest name: olive
RGB
177, 175, 19
HSL
59°, 81%, 38%
CMYK
0, 1, 89, 31
Luminance
0.4005
Every format
| HEX | #b1af13 |
| RGB | rgb(177, 175, 19) |
| HSL | hsl(59, 81%, 38%) |
| CMYK | cmyk(0%, 1%, 89%, 31%) |
| LAB | lab(69.5 -15.1 69.0) |
| LCH | lch(69.5 70.6 102.4) |
| OKLCH | oklch(0.732 0.155 108.8) |
Copy-ready code
/* CSS */
color: #b1af13;
background-color: #b1af13;
/* Tailwind (arbitrary) */
class="text-[#b1af13] bg-[#b1af13]"
/* SCSS */
$brand: #b1af13;
/* SwiftUI */
Color(red: 0.694, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#b1af13")Accessibility — WCAG contrast
Aa
#b1af13 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1af13 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green68.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow89.3%
Key (black)30.6%
Color previews
#b1af13 text on a black background
contrast 9.01:1
Card sample
#b1af13 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1af13;
Background color
Panel with #b1af13 background
background-color: #b1af13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1af13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1af13; background: linear-gradient(135deg, #b1af13, #4AB113);