#c5b7df
a light, soft violet · warm · closest name: lavender
RGB
197, 183, 223
HSL
261°, 39%, 80%
CMYK
12, 18, 0, 13
Luminance
0.5107
Every format
| HEX | #c5b7df |
| RGB | rgb(197, 183, 223) |
| HSL | hsl(261, 39%, 80%) |
| CMYK | cmyk(12%, 18%, 0%, 13%) |
| LAB | lab(76.7 12.6 -18.2) |
| LCH | lch(76.7 22.1 304.7) |
| OKLCH | oklch(0.804 0.058 301.1) |
Copy-ready code
/* CSS */
color: #c5b7df;
background-color: #c5b7df;
/* Tailwind (arbitrary) */
class="text-[#c5b7df] bg-[#c5b7df]"
/* SCSS */
$brand: #c5b7df;
/* SwiftUI */
Color(red: 0.773, green: 0.718, blue: 0.875)
/* Android */
Color.parseColor("#c5b7df")Accessibility — WCAG contrast
Aa
#c5b7df on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b7df on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green71.8%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta17.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c5b7df text on a black background
contrast 11.21:1
Card sample
#c5b7df text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b7df;
Background color
Panel with #c5b7df background
background-color: #c5b7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 183, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 183, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b7df; background: linear-gradient(135deg, #c5b7df, #DFB7DE);