#b8af99
a light, soft yellow · warm · closest name: tan
RGB
184, 175, 153
HSL
43°, 18%, 66%
CMYK
0, 5, 17, 28
Luminance
0.4315
Every format
| HEX | #b8af99 |
| RGB | rgb(184, 175, 153) |
| HSL | hsl(43, 18%, 66%) |
| CMYK | cmyk(0%, 5%, 17%, 28%) |
| LAB | lab(71.7 -0.5 12.4) |
| LCH | lch(71.7 12.4 92.3) |
| OKLCH | oklch(0.755 0.032 88.4) |
Copy-ready code
/* CSS */
color: #b8af99;
background-color: #b8af99;
/* Tailwind (arbitrary) */
class="text-[#b8af99] bg-[#b8af99]"
/* SCSS */
$brand: #b8af99;
/* SwiftUI */
Color(red: 0.722, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#b8af99")Accessibility — WCAG contrast
Aa
#b8af99 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8af99 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green68.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow16.8%
Key (black)27.8%
Color previews
#b8af99 text on a black background
contrast 9.63:1
Card sample
#b8af99 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8af99;
Background color
Panel with #b8af99 background
background-color: #b8af99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8af99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8af99; background: linear-gradient(135deg, #b8af99, #ACB899);