#cbb5df
a light, soft violet · warm · closest name: plum
RGB
203, 181, 223
HSL
271°, 40%, 79%
CMYK
9, 19, 0, 13
Luminance
0.5107
Every format
| HEX | #cbb5df |
| RGB | rgb(203, 181, 223) |
| HSL | hsl(271, 40%, 79%) |
| CMYK | cmyk(9%, 19%, 0%, 13%) |
| LAB | lab(76.7 15.7 -18.1) |
| LCH | lch(76.7 24.0 310.8) |
| OKLCH | oklch(0.805 0.063 308.6) |
Copy-ready code
/* CSS */
color: #cbb5df;
background-color: #cbb5df;
/* Tailwind (arbitrary) */
class="text-[#cbb5df] bg-[#cbb5df]"
/* SCSS */
$brand: #cbb5df;
/* SwiftUI */
Color(red: 0.796, green: 0.710, blue: 0.875)
/* Android */
Color.parseColor("#cbb5df")Accessibility — WCAG contrast
Aa
#cbb5df on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb5df on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green71.0%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta18.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cbb5df text on a black background
contrast 11.21:1
Card sample
#cbb5df text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb5df;
Background color
Panel with #cbb5df background
background-color: #cbb5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 181, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 181, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb5df; background: linear-gradient(135deg, #cbb5df, #DFB5D7);