#b99584
a balanced, soft orange · warm · closest name: tan
RGB
185, 149, 132
HSL
19°, 28%, 62%
CMYK
0, 20, 29, 28
Luminance
0.3348
Every format
| HEX | #b99584 |
| RGB | rgb(185, 149, 132) |
| HSL | hsl(19, 28%, 62%) |
| CMYK | cmyk(0%, 20%, 29%, 28%) |
| LAB | lab(64.5 10.9 14.1) |
| LCH | lch(64.5 17.8 52.2) |
| OKLCH | oklch(0.699 0.050 46.6) |
Copy-ready code
/* CSS */
color: #b99584;
background-color: #b99584;
/* Tailwind (arbitrary) */
class="text-[#b99584] bg-[#b99584]"
/* SCSS */
$brand: #b99584;
/* SwiftUI */
Color(red: 0.725, green: 0.584, blue: 0.518)
/* Android */
Color.parseColor("#b99584")Accessibility — WCAG contrast
Aa
#b99584 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99584 on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green58.4%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow28.6%
Key (black)27.5%
Color previews
#b99584 text on a black background
contrast 7.70:1
Card sample
#b99584 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99584;
Background color
Panel with #b99584 background
background-color: #b99584;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99584;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 149, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 149, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99584; background: linear-gradient(135deg, #b99584, #B9B884);