#c7af99
a light, soft orange · warm · closest name: tan
RGB
199, 175, 153
HSL
29°, 29%, 69%
CMYK
0, 12, 23, 22
Luminance
0.4510
Every format
| HEX | #c7af99 |
| RGB | rgb(199, 175, 153) |
| HSL | hsl(29, 29%, 69%) |
| CMYK | cmyk(0%, 12%, 23%, 22%) |
| LAB | lab(73.0 5.2 14.5) |
| LCH | lch(73.0 15.4 70.3) |
| OKLCH | oklch(0.769 0.041 64.7) |
Copy-ready code
/* CSS */
color: #c7af99;
background-color: #c7af99;
/* Tailwind (arbitrary) */
class="text-[#c7af99] bg-[#c7af99]"
/* SCSS */
$brand: #c7af99;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#c7af99")Accessibility — WCAG contrast
Aa
#c7af99 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7af99 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow23.1%
Key (black)22.0%
Color previews
#c7af99 text on a black background
contrast 10.02:1
Card sample
#c7af99 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7af99;
Background color
Panel with #c7af99 background
background-color: #c7af99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7af99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7af99; background: linear-gradient(135deg, #c7af99, #C0C799);