#c7ad94
a light, soft orange · warm · closest name: tan
RGB
199, 173, 148
HSL
29°, 31%, 68%
CMYK
0, 13, 26, 22
Luminance
0.4417
Every format
| HEX | #c7ad94 |
| RGB | rgb(199, 173, 148) |
| HSL | hsl(29, 31%, 68%) |
| CMYK | cmyk(0%, 13%, 26%, 22%) |
| LAB | lab(72.3 5.5 16.3) |
| LCH | lch(72.3 17.2 71.2) |
| OKLCH | oklch(0.764 0.046 65.9) |
Copy-ready code
/* CSS */
color: #c7ad94;
background-color: #c7ad94;
/* Tailwind (arbitrary) */
class="text-[#c7ad94] bg-[#c7ad94]"
/* SCSS */
$brand: #c7ad94;
/* SwiftUI */
Color(red: 0.780, green: 0.678, blue: 0.580)
/* Android */
Color.parseColor("#c7ad94")Accessibility — WCAG contrast
Aa
#c7ad94 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ad94 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.8%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow25.6%
Key (black)22.0%
Color previews
#c7ad94 text on a black background
contrast 9.83:1
Card sample
#c7ad94 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ad94;
Background color
Panel with #c7ad94 background
background-color: #c7ad94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ad94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 173, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 173, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ad94; background: linear-gradient(135deg, #c7ad94, #BFC794);