#c4b3db
a light, soft violet · warm · closest name: plum
RGB
196, 179, 219
HSL
266°, 36%, 78%
CMYK
11, 18, 0, 14
Luminance
0.4909
Every format
| HEX | #c4b3db |
| RGB | rgb(196, 179, 219) |
| HSL | hsl(266, 36%, 78%) |
| CMYK | cmyk(11%, 18%, 0%, 14%) |
| LAB | lab(75.5 13.6 -17.9) |
| LCH | lch(75.5 22.5 307.3) |
| OKLCH | oklch(0.794 0.059 304.4) |
Copy-ready code
/* CSS */
color: #c4b3db;
background-color: #c4b3db;
/* Tailwind (arbitrary) */
class="text-[#c4b3db] bg-[#c4b3db]"
/* SCSS */
$brand: #c4b3db;
/* SwiftUI */
Color(red: 0.769, green: 0.702, blue: 0.859)
/* Android */
Color.parseColor("#c4b3db")Accessibility — WCAG contrast
Aa
#c4b3db on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4b3db on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green70.2%
Blue85.9%
CMYK percentages
Cyan10.5%
Magenta18.3%
Yellow0.0%
Key (black)14.1%
Color previews
#c4b3db text on a black background
contrast 10.82:1
Card sample
#c4b3db text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4b3db;
Background color
Panel with #c4b3db background
background-color: #c4b3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4b3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 179, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 179, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4b3db; background: linear-gradient(135deg, #c4b3db, #DBB3D7);