#c89673
a balanced, soft orange · warm · closest name: tan
RGB
200, 150, 115
HSL
25°, 44%, 62%
CMYK
0, 25, 43, 22
Luminance
0.3533
Every format
| HEX | #c89673 |
| RGB | rgb(200, 150, 115) |
| HSL | hsl(25, 44%, 62%) |
| CMYK | cmyk(0%, 25%, 43%, 22%) |
| LAB | lab(66.0 14.3 25.8) |
| LCH | lch(66.0 29.5 61.0) |
| OKLCH | oklch(0.712 0.077 56.1) |
Copy-ready code
/* CSS */
color: #c89673;
background-color: #c89673;
/* Tailwind (arbitrary) */
class="text-[#c89673] bg-[#c89673]"
/* SCSS */
$brand: #c89673;
/* SwiftUI */
Color(red: 0.784, green: 0.588, blue: 0.451)
/* Android */
Color.parseColor("#c89673")Accessibility — WCAG contrast
Aa
#c89673 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89673 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green58.8%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow42.5%
Key (black)21.6%
Color previews
#c89673 text on a black background
contrast 8.07:1
Card sample
#c89673 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89673;
Background color
Panel with #c89673 background
background-color: #c89673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 150, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 150, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89673; background: linear-gradient(135deg, #c89673, #C1C873);