#c9b2d2
a light, soft violet · warm · closest name: silver
RGB
201, 178, 210
HSL
283°, 26%, 76%
CMYK
4, 15, 0, 18
Luminance
0.4891
Every format
| HEX | #c9b2d2 |
| RGB | rgb(201, 178, 210) |
| HSL | hsl(283, 26%, 76%) |
| CMYK | cmyk(4%, 15%, 0%, 18%) |
| LAB | lab(75.4 14.0 -13.1) |
| LCH | lch(75.4 19.2 317.0) |
| OKLCH | oklch(0.793 0.051 316.5) |
Copy-ready code
/* CSS */
color: #c9b2d2;
background-color: #c9b2d2;
/* Tailwind (arbitrary) */
class="text-[#c9b2d2] bg-[#c9b2d2]"
/* SCSS */
$brand: #c9b2d2;
/* SwiftUI */
Color(red: 0.788, green: 0.698, blue: 0.824)
/* Android */
Color.parseColor("#c9b2d2")Accessibility — WCAG contrast
Aa
#c9b2d2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b2d2 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green69.8%
Blue82.4%
CMYK percentages
Cyan4.3%
Magenta15.2%
Yellow0.0%
Key (black)17.6%
Color previews
#c9b2d2 text on a black background
contrast 10.78:1
Card sample
#c9b2d2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b2d2;
Background color
Panel with #c9b2d2 background
background-color: #c9b2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 178, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 178, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b2d2; background: linear-gradient(135deg, #c9b2d2, #D2B2C6);