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