#ba9f91
a balanced, soft orange · warm · closest name: tan
RGB
186, 159, 145
HSL
21°, 23%, 65%
CMYK
0, 15, 22, 27
Luminance
0.3728
Every format
| HEX | #ba9f91 |
| RGB | rgb(186, 159, 145) |
| HSL | hsl(21, 23%, 65%) |
| CMYK | cmyk(0%, 15%, 22%, 27%) |
| LAB | lab(67.5 7.7 11.0) |
| LCH | lch(67.5 13.4 55.0) |
| OKLCH | oklch(0.723 0.038 49.1) |
Copy-ready code
/* CSS */
color: #ba9f91;
background-color: #ba9f91;
/* Tailwind (arbitrary) */
class="text-[#ba9f91] bg-[#ba9f91]"
/* SCSS */
$brand: #ba9f91;
/* SwiftUI */
Color(red: 0.729, green: 0.624, blue: 0.569)
/* Android */
Color.parseColor("#ba9f91")Accessibility — WCAG contrast
Aa
#ba9f91 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9f91 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green62.4%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow22.0%
Key (black)27.1%
Color previews
#ba9f91 text on a black background
contrast 8.46:1
Card sample
#ba9f91 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9f91;
Background color
Panel with #ba9f91 background
background-color: #ba9f91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9f91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 159, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 159, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9f91; background: linear-gradient(135deg, #ba9f91, #BABA91);