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