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