#c8adcd
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 173, 205
HSL
291°, 24%, 74%
CMYK
2, 16, 0, 20
Luminance
0.4657
Every format
| HEX | #c8adcd |
| RGB | rgb(200, 173, 205) |
| HSL | hsl(291, 24%, 74%) |
| CMYK | cmyk(2%, 16%, 0%, 20%) |
| LAB | lab(73.9 15.5 -12.6) |
| LCH | lch(73.9 19.9 320.8) |
| OKLCH | oklch(0.781 0.054 321.0) |
Copy-ready code
/* CSS */
color: #c8adcd;
background-color: #c8adcd;
/* Tailwind (arbitrary) */
class="text-[#c8adcd] bg-[#c8adcd]"
/* SCSS */
$brand: #c8adcd;
/* SwiftUI */
Color(red: 0.784, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#c8adcd")Accessibility — WCAG contrast
Aa
#c8adcd on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8adcd on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green67.8%
Blue80.4%
CMYK percentages
Cyan2.4%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#c8adcd text on a black background
contrast 10.31:1
Card sample
#c8adcd text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8adcd;
Background color
Panel with #c8adcd background
background-color: #c8adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8adcd; background: linear-gradient(135deg, #c8adcd, #CDADBD);