#c3ada2
a light, soft orange · warm · closest name: silver
RGB
195, 173, 162
HSL
20°, 22%, 70%
CMYK
0, 11, 17, 24
Luminance
0.4410
Every format
| HEX | #c3ada2 |
| RGB | rgb(195, 173, 162) |
| HSL | hsl(20, 22%, 70%) |
| CMYK | cmyk(0%, 11%, 17%, 24%) |
| LAB | lab(72.3 6.1 8.6) |
| LCH | lch(72.3 10.5 54.4) |
| OKLCH | oklch(0.763 0.030 48.3) |
Copy-ready code
/* CSS */
color: #c3ada2;
background-color: #c3ada2;
/* Tailwind (arbitrary) */
class="text-[#c3ada2] bg-[#c3ada2]"
/* SCSS */
$brand: #c3ada2;
/* SwiftUI */
Color(red: 0.765, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#c3ada2")Accessibility — WCAG contrast
Aa
#c3ada2 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ada2 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow16.9%
Key (black)23.5%
Color previews
#c3ada2 text on a black background
contrast 9.82:1
Card sample
#c3ada2 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ada2;
Background color
Panel with #c3ada2 background
background-color: #c3ada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ada2; background: linear-gradient(135deg, #c3ada2, #C3C3A2);