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