#baa892
a light, soft orange · warm · closest name: tan
RGB
186, 168, 146
HSL
33°, 23%, 65%
CMYK
0, 10, 22, 27
Luminance
0.4052
Every format
| HEX | #baa892 |
| RGB | rgb(186, 168, 146) |
| HSL | hsl(33, 23%, 65%) |
| CMYK | cmyk(0%, 10%, 22%, 27%) |
| LAB | lab(69.8 2.9 13.8) |
| LCH | lch(69.8 14.1 77.9) |
| OKLCH | oklch(0.741 0.037 72.7) |
Copy-ready code
/* CSS */
color: #baa892;
background-color: #baa892;
/* Tailwind (arbitrary) */
class="text-[#baa892] bg-[#baa892]"
/* SCSS */
$brand: #baa892;
/* SwiftUI */
Color(red: 0.729, green: 0.659, blue: 0.573)
/* Android */
Color.parseColor("#baa892")Accessibility — WCAG contrast
Aa
#baa892 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baa892 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green65.9%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow21.5%
Key (black)27.1%
Color previews
#baa892 text on a black background
contrast 9.10:1
Card sample
#baa892 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baa892;
Background color
Panel with #baa892 background
background-color: #baa892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baa892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 168, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 168, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baa892; background: linear-gradient(135deg, #baa892, #B1BA92);