#b1af2c
a dark, vivid yellow · cool · closest name: olive
RGB
177, 175, 44
HSL
59°, 60%, 43%
CMYK
0, 1, 75, 31
Luminance
0.4019
Every format
| HEX | #b1af2c |
| RGB | rgb(177, 175, 44) |
| HSL | hsl(59, 60%, 43%) |
| CMYK | cmyk(0%, 1%, 75%, 31%) |
| LAB | lab(69.6 -14.3 62.6) |
| LCH | lch(69.6 64.2 102.9) |
| OKLCH | oklch(0.733 0.145 108.6) |
Copy-ready code
/* CSS */
color: #b1af2c;
background-color: #b1af2c;
/* Tailwind (arbitrary) */
class="text-[#b1af2c] bg-[#b1af2c]"
/* SCSS */
$brand: #b1af2c;
/* SwiftUI */
Color(red: 0.694, green: 0.686, blue: 0.173)
/* Android */
Color.parseColor("#b1af2c")Accessibility — WCAG contrast
Aa
#b1af2c on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1af2c on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green68.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow75.1%
Key (black)30.6%
Color previews
#b1af2c text on a black background
contrast 9.04:1
Card sample
#b1af2c text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1af2c;
Background color
Panel with #b1af2c background
background-color: #b1af2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1af2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 175, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 175, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1af2c; background: linear-gradient(135deg, #b1af2c, #5AB12C);