#c4b2d5
a light, soft violet · warm · closest name: lavender
RGB
196, 178, 213
HSL
271°, 29%, 77%
CMYK
8, 16, 0, 17
Luminance
0.4838
Every format
| HEX | #c4b2d5 |
| RGB | rgb(196, 178, 213) |
| HSL | hsl(271, 29%, 77%) |
| CMYK | cmyk(8%, 16%, 0%, 17%) |
| LAB | lab(75.1 13.0 -15.3) |
| LCH | lch(75.1 20.0 310.3) |
| OKLCH | oklch(0.790 0.053 308.3) |
Copy-ready code
/* CSS */
color: #c4b2d5;
background-color: #c4b2d5;
/* Tailwind (arbitrary) */
class="text-[#c4b2d5] bg-[#c4b2d5]"
/* SCSS */
$brand: #c4b2d5;
/* SwiftUI */
Color(red: 0.769, green: 0.698, blue: 0.835)
/* Android */
Color.parseColor("#c4b2d5")Accessibility — WCAG contrast
Aa
#c4b2d5 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4b2d5 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green69.8%
Blue83.5%
CMYK percentages
Cyan8.0%
Magenta16.4%
Yellow0.0%
Key (black)16.5%
Color previews
#c4b2d5 text on a black background
contrast 10.68:1
Card sample
#c4b2d5 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4b2d5;
Background color
Panel with #c4b2d5 background
background-color: #c4b2d5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4b2d5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 178, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 178, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4b2d5; background: linear-gradient(135deg, #c4b2d5, #D5B2CF);