#c7b9da
a light, soft violet · warm · closest name: lavender
RGB
199, 185, 218
HSL
266°, 31%, 79%
CMYK
9, 15, 0, 15
Luminance
0.5190
Every format
| HEX | #c7b9da |
| RGB | rgb(199, 185, 218) |
| HSL | hsl(266, 31%, 79%) |
| CMYK | cmyk(9%, 15%, 0%, 15%) |
| LAB | lab(77.2 11.2 -14.7) |
| LCH | lch(77.2 18.5 307.1) |
| OKLCH | oklch(0.808 0.048 304.6) |
Copy-ready code
/* CSS */
color: #c7b9da;
background-color: #c7b9da;
/* Tailwind (arbitrary) */
class="text-[#c7b9da] bg-[#c7b9da]"
/* SCSS */
$brand: #c7b9da;
/* SwiftUI */
Color(red: 0.780, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#c7b9da")Accessibility — WCAG contrast
Aa
#c7b9da on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7b9da on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green72.5%
Blue85.5%
CMYK percentages
Cyan8.7%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#c7b9da text on a black background
contrast 11.38:1
Card sample
#c7b9da text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7b9da;
Background color
Panel with #c7b9da background
background-color: #c7b9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7b9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7b9da; background: linear-gradient(135deg, #c7b9da, #DAB9D7);