#c2adb4
a light, muted magenta / pink · warm · closest name: silver
RGB
194, 173, 180
HSL
340°, 15%, 72%
CMYK
0, 11, 7, 24
Luminance
0.4465
Every format
| HEX | #c2adb4 |
| RGB | rgb(194, 173, 180) |
| HSL | hsl(340, 15%, 72%) |
| CMYK | cmyk(0%, 11%, 7%, 24%) |
| LAB | lab(72.7 8.8 -0.8) |
| LCH | lch(72.7 8.8 354.7) |
| OKLCH | oklch(0.768 0.026 355.5) |
Copy-ready code
/* CSS */
color: #c2adb4;
background-color: #c2adb4;
/* Tailwind (arbitrary) */
class="text-[#c2adb4] bg-[#c2adb4]"
/* SCSS */
$brand: #c2adb4;
/* SwiftUI */
Color(red: 0.761, green: 0.678, blue: 0.706)
/* Android */
Color.parseColor("#c2adb4")Accessibility — WCAG contrast
Aa
#c2adb4 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2adb4 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.8%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow7.2%
Key (black)23.9%
Color previews
#c2adb4 text on a black background
contrast 9.93:1
Card sample
#c2adb4 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2adb4;
Background color
Panel with #c2adb4 background
background-color: #c2adb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2adb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 173, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 173, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2adb4; background: linear-gradient(135deg, #c2adb4, #C2B4AD);