#c3ad94
a light, soft orange · warm · closest name: tan
RGB
195, 173, 148
HSL
32°, 28%, 67%
CMYK
0, 11, 24, 24
Luminance
0.4363
Every format
| HEX | #c3ad94 |
| RGB | rgb(195, 173, 148) |
| HSL | hsl(32, 28%, 67%) |
| CMYK | cmyk(0%, 11%, 24%, 24%) |
| LAB | lab(72.0 4.0 15.8) |
| LCH | lch(72.0 16.3 75.8) |
| OKLCH | oklch(0.760 0.043 70.7) |
Copy-ready code
/* CSS */
color: #c3ad94;
background-color: #c3ad94;
/* Tailwind (arbitrary) */
class="text-[#c3ad94] bg-[#c3ad94]"
/* SCSS */
$brand: #c3ad94;
/* SwiftUI */
Color(red: 0.765, green: 0.678, blue: 0.580)
/* Android */
Color.parseColor("#c3ad94")Accessibility — WCAG contrast
Aa
#c3ad94 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ad94 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.8%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow24.1%
Key (black)23.5%
Color previews
#c3ad94 text on a black background
contrast 9.73:1
Card sample
#c3ad94 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ad94;
Background color
Panel with #c3ad94 background
background-color: #c3ad94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ad94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 173, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 173, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ad94; background: linear-gradient(135deg, #c3ad94, #BAC394);