#b2ab8f
a balanced, soft yellow · cool · closest name: tan
RGB
178, 171, 143
HSL
48°, 19%, 63%
CMYK
0, 4, 20, 30
Luminance
0.4057
Every format
| HEX | #b2ab8f |
| RGB | rgb(178, 171, 143) |
| HSL | hsl(48, 19%, 63%) |
| CMYK | cmyk(0%, 4%, 20%, 30%) |
| LAB | lab(69.9 -2.2 15.3) |
| LCH | lch(69.9 15.5 98.2) |
| OKLCH | oklch(0.740 0.040 95.6) |
Copy-ready code
/* CSS */
color: #b2ab8f;
background-color: #b2ab8f;
/* Tailwind (arbitrary) */
class="text-[#b2ab8f] bg-[#b2ab8f]"
/* SCSS */
$brand: #b2ab8f;
/* SwiftUI */
Color(red: 0.698, green: 0.671, blue: 0.561)
/* Android */
Color.parseColor("#b2ab8f")Accessibility — WCAG contrast
Aa
#b2ab8f on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ab8f on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow19.7%
Key (black)30.2%
Color previews
#b2ab8f text on a black background
contrast 9.11:1
Card sample
#b2ab8f text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ab8f;
Background color
Panel with #b2ab8f background
background-color: #b2ab8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ab8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 171, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 171, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ab8f; background: linear-gradient(135deg, #b2ab8f, #A2B28F);