#b0af63
a balanced, soft yellow · cool · closest name: khaki
RGB
176, 175, 99
HSL
59°, 33%, 54%
CMYK
0, 1, 44, 31
Luminance
0.4079
Every format
| HEX | #b0af63 |
| RGB | rgb(176, 175, 99) |
| HSL | hsl(59, 33%, 54%) |
| CMYK | cmyk(0%, 1%, 44%, 31%) |
| LAB | lab(70.0 -10.8 39.0) |
| LCH | lch(70.0 40.4 105.5) |
| OKLCH | oklch(0.738 0.099 107.9) |
Copy-ready code
/* CSS */
color: #b0af63;
background-color: #b0af63;
/* Tailwind (arbitrary) */
class="text-[#b0af63] bg-[#b0af63]"
/* SCSS */
$brand: #b0af63;
/* SwiftUI */
Color(red: 0.690, green: 0.686, blue: 0.388)
/* Android */
Color.parseColor("#b0af63")Accessibility — WCAG contrast
Aa
#b0af63 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0af63 on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green68.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow43.8%
Key (black)31.0%
Color previews
#b0af63 text on a black background
contrast 9.16:1
Card sample
#b0af63 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0af63;
Background color
Panel with #b0af63 background
background-color: #b0af63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0af63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 175, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 175, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0af63; background: linear-gradient(135deg, #b0af63, #7EB063);