#c8bdcd
a light, muted violet · warm · closest name: silver
RGB
200, 189, 205
HSL
281°, 14%, 77%
CMYK
2, 8, 0, 20
Luminance
0.5308
Every format
| HEX | #c8bdcd |
| RGB | rgb(200, 189, 205) |
| HSL | hsl(281, 14%, 77%) |
| CMYK | cmyk(2%, 8%, 0%, 20%) |
| LAB | lab(77.9 6.8 -6.6) |
| LCH | lch(77.9 9.5 315.6) |
| OKLCH | oklch(0.812 0.025 315.5) |
Copy-ready code
/* CSS */
color: #c8bdcd;
background-color: #c8bdcd;
/* Tailwind (arbitrary) */
class="text-[#c8bdcd] bg-[#c8bdcd]"
/* SCSS */
$brand: #c8bdcd;
/* SwiftUI */
Color(red: 0.784, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#c8bdcd")Accessibility — WCAG contrast
Aa
#c8bdcd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bdcd on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green74.1%
Blue80.4%
CMYK percentages
Cyan2.4%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#c8bdcd text on a black background
contrast 11.62:1
Card sample
#c8bdcd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bdcd;
Background color
Panel with #c8bdcd background
background-color: #c8bdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bdcd; background: linear-gradient(135deg, #c8bdcd, #CDBDC7);