#c4aa91
a light, soft orange · warm · closest name: tan
RGB
196, 170, 145
HSL
29°, 30%, 67%
CMYK
0, 13, 26, 23
Luminance
0.4253
Every format
| HEX | #c4aa91 |
| RGB | rgb(196, 170, 145) |
| HSL | hsl(29, 30%, 67%) |
| CMYK | cmyk(0%, 13%, 26%, 23%) |
| LAB | lab(71.2 5.6 16.4) |
| LCH | lch(71.2 17.3 71.2) |
| OKLCH | oklch(0.754 0.046 65.9) |
Copy-ready code
/* CSS */
color: #c4aa91;
background-color: #c4aa91;
/* Tailwind (arbitrary) */
class="text-[#c4aa91] bg-[#c4aa91]"
/* SCSS */
$brand: #c4aa91;
/* SwiftUI */
Color(red: 0.769, green: 0.667, blue: 0.569)
/* Android */
Color.parseColor("#c4aa91")Accessibility — WCAG contrast
Aa
#c4aa91 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4aa91 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green66.7%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow26.0%
Key (black)23.1%
Color previews
#c4aa91 text on a black background
contrast 9.51:1
Card sample
#c4aa91 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4aa91;
Background color
Panel with #c4aa91 background
background-color: #c4aa91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4aa91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 170, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 170, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4aa91; background: linear-gradient(135deg, #c4aa91, #BCC491);