#c2ada3
a light, soft orange · warm · closest name: silver
RGB
194, 173, 163
HSL
19°, 20%, 70%
CMYK
0, 11, 16, 24
Luminance
0.4400
Every format
| HEX | #c2ada3 |
| RGB | rgb(194, 173, 163) |
| HSL | hsl(19, 20%, 70%) |
| CMYK | cmyk(0%, 11%, 16%, 24%) |
| LAB | lab(72.2 5.9 7.9) |
| LCH | lch(72.2 9.9 53.2) |
| OKLCH | oklch(0.763 0.028 47.1) |
Copy-ready code
/* CSS */
color: #c2ada3;
background-color: #c2ada3;
/* Tailwind (arbitrary) */
class="text-[#c2ada3] bg-[#c2ada3]"
/* SCSS */
$brand: #c2ada3;
/* SwiftUI */
Color(red: 0.761, green: 0.678, blue: 0.639)
/* Android */
Color.parseColor("#c2ada3")Accessibility — WCAG contrast
Aa
#c2ada3 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ada3 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.8%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow16.0%
Key (black)23.9%
Color previews
#c2ada3 text on a black background
contrast 9.80:1
Card sample
#c2ada3 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ada3;
Background color
Panel with #c2ada3 background
background-color: #c2ada3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ada3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 173, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 173, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ada3; background: linear-gradient(135deg, #c2ada3, #C2C2A3);