#c9c2db
a light, soft violet · warm · closest name: lavender
RGB
201, 194, 219
HSL
257°, 26%, 81%
CMYK
8, 11, 0, 14
Luminance
0.5612
Every format
| HEX | #c9c2db |
| RGB | rgb(201, 194, 219) |
| HSL | hsl(257, 26%, 81%) |
| CMYK | cmyk(8%, 11%, 0%, 14%) |
| LAB | lab(79.7 7.2 -11.6) |
| LCH | lch(79.7 13.6 301.8) |
| OKLCH | oklch(0.828 0.035 298.4) |
Copy-ready code
/* CSS */
color: #c9c2db;
background-color: #c9c2db;
/* Tailwind (arbitrary) */
class="text-[#c9c2db] bg-[#c9c2db]"
/* SCSS */
$brand: #c9c2db;
/* SwiftUI */
Color(red: 0.788, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#c9c2db")Accessibility — WCAG contrast
Aa
#c9c2db on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c2db on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green76.1%
Blue85.9%
CMYK percentages
Cyan8.2%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#c9c2db text on a black background
contrast 12.22:1
Card sample
#c9c2db text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c2db;
Background color
Panel with #c9c2db background
background-color: #c9c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c2db; background: linear-gradient(135deg, #c9c2db, #DAC2DB);