#c7af8f
a light, soft orange · warm · closest name: tan
RGB
199, 175, 143
HSL
34°, 33%, 67%
CMYK
0, 12, 28, 22
Luminance
0.4479
Every format
| HEX | #c7af8f |
| RGB | rgb(199, 175, 143) |
| HSL | hsl(34, 33%, 67%) |
| CMYK | cmyk(0%, 12%, 28%, 22%) |
| LAB | lab(72.8 3.8 19.6) |
| LCH | lch(72.8 20.0 79.1) |
| OKLCH | oklch(0.766 0.052 74.8) |
Copy-ready code
/* CSS */
color: #c7af8f;
background-color: #c7af8f;
/* Tailwind (arbitrary) */
class="text-[#c7af8f] bg-[#c7af8f]"
/* SCSS */
$brand: #c7af8f;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.561)
/* Android */
Color.parseColor("#c7af8f")Accessibility — WCAG contrast
Aa
#c7af8f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7af8f on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow28.1%
Key (black)22.0%
Color previews
#c7af8f text on a black background
contrast 9.96:1
Card sample
#c7af8f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7af8f;
Background color
Panel with #c7af8f background
background-color: #c7af8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7af8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7af8f; background: linear-gradient(135deg, #c7af8f, #BAC78F);