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