#b3af2c
a dark, vivid yellow · cool · closest name: olive
RGB
179, 175, 44
HSL
58°, 61%, 44%
CMYK
0, 2, 75, 30
Luminance
0.4043
Every format
| HEX | #b3af2c |
| RGB | rgb(179, 175, 44) |
| HSL | hsl(58, 61%, 44%) |
| CMYK | cmyk(0%, 2%, 75%, 30%) |
| LAB | lab(69.8 -13.5 62.8) |
| LCH | lch(69.8 64.3 102.1) |
| OKLCH | oklch(0.735 0.144 107.7) |
Copy-ready code
/* CSS */
color: #b3af2c;
background-color: #b3af2c;
/* Tailwind (arbitrary) */
class="text-[#b3af2c] bg-[#b3af2c]"
/* SCSS */
$brand: #b3af2c;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.173)
/* Android */
Color.parseColor("#b3af2c")Accessibility — WCAG contrast
Aa
#b3af2c on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3af2c on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow75.4%
Key (black)29.8%
Color previews
#b3af2c text on a black background
contrast 9.09:1
Card sample
#b3af2c text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3af2c;
Background color
Panel with #b3af2c background
background-color: #b3af2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3af2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3af2c; background: linear-gradient(135deg, #b3af2c, #5DB32C);