#c2bdcd
a light, muted violet · warm · closest name: silver
RGB
194, 189, 205
HSL
259°, 14%, 77%
CMYK
5, 8, 0, 20
Luminance
0.5227
Every format
| HEX | #c2bdcd |
| RGB | rgb(194, 189, 205) |
| HSL | hsl(259, 14%, 77%) |
| CMYK | cmyk(5%, 8%, 0%, 20%) |
| LAB | lab(77.4 4.8 -7.4) |
| LCH | lch(77.4 8.8 302.7) |
| OKLCH | oklch(0.807 0.023 300.1) |
Copy-ready code
/* CSS */
color: #c2bdcd;
background-color: #c2bdcd;
/* Tailwind (arbitrary) */
class="text-[#c2bdcd] bg-[#c2bdcd]"
/* SCSS */
$brand: #c2bdcd;
/* SwiftUI */
Color(red: 0.761, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#c2bdcd")Accessibility — WCAG contrast
Aa
#c2bdcd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bdcd on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green74.1%
Blue80.4%
CMYK percentages
Cyan5.4%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#c2bdcd text on a black background
contrast 11.45:1
Card sample
#c2bdcd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bdcd;
Background color
Panel with #c2bdcd background
background-color: #c2bdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bdcd; background: linear-gradient(135deg, #c2bdcd, #CDBDCD);