#c7ae9e
a light, soft orange · warm · closest name: tan
RGB
199, 174, 158
HSL
23°, 27%, 70%
CMYK
0, 13, 21, 22
Luminance
0.4488
Every format
| HEX | #c7ae9e |
| RGB | rgb(199, 174, 158) |
| HSL | hsl(23, 27%, 70%) |
| CMYK | cmyk(0%, 13%, 21%, 22%) |
| LAB | lab(72.8 6.5 11.5) |
| LCH | lch(72.8 13.2 60.7) |
| OKLCH | oklch(0.768 0.037 54.7) |
Copy-ready code
/* CSS */
color: #c7ae9e;
background-color: #c7ae9e;
/* Tailwind (arbitrary) */
class="text-[#c7ae9e] bg-[#c7ae9e]"
/* SCSS */
$brand: #c7ae9e;
/* SwiftUI */
Color(red: 0.780, green: 0.682, blue: 0.620)
/* Android */
Color.parseColor("#c7ae9e")Accessibility — WCAG contrast
Aa
#c7ae9e on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ae9e on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.2%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow20.6%
Key (black)22.0%
Color previews
#c7ae9e text on a black background
contrast 9.98:1
Card sample
#c7ae9e text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ae9e;
Background color
Panel with #c7ae9e background
background-color: #c7ae9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ae9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 174, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 174, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ae9e; background: linear-gradient(135deg, #c7ae9e, #C5C79E);