#b2af7b
a balanced, soft yellow · cool · closest name: tan
RGB
178, 175, 123
HSL
57°, 26%, 59%
CMYK
0, 2, 31, 30
Luminance
0.4155
Every format
| HEX | #b2af7b |
| RGB | rgb(178, 175, 123) |
| HSL | hsl(57, 26%, 59%) |
| CMYK | cmyk(0%, 2%, 31%, 30%) |
| LAB | lab(70.6 -7.2 27.1) |
| LCH | lch(70.6 28.1 104.8) |
| OKLCH | oklch(0.744 0.070 105.2) |
Copy-ready code
/* CSS */
color: #b2af7b;
background-color: #b2af7b;
/* Tailwind (arbitrary) */
class="text-[#b2af7b] bg-[#b2af7b]"
/* SCSS */
$brand: #b2af7b;
/* SwiftUI */
Color(red: 0.698, green: 0.686, blue: 0.482)
/* Android */
Color.parseColor("#b2af7b")Accessibility — WCAG contrast
Aa
#b2af7b on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2af7b on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow30.9%
Key (black)30.2%
Color previews
#b2af7b text on a black background
contrast 9.31:1
Card sample
#b2af7b text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2af7b;
Background color
Panel with #b2af7b background
background-color: #b2af7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2af7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 175, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 175, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2af7b; background: linear-gradient(135deg, #b2af7b, #90B27B);