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