#cbb3df
a light, soft violet · warm · closest name: plum
RGB
203, 179, 223
HSL
273°, 41%, 79%
CMYK
9, 20, 0, 13
Luminance
0.5026
Every format
| HEX | #cbb3df |
| RGB | rgb(203, 179, 223) |
| HSL | hsl(273, 41%, 79%) |
| CMYK | cmyk(9%, 20%, 0%, 13%) |
| LAB | lab(76.2 16.7 -18.9) |
| LCH | lch(76.2 25.2 311.5) |
| OKLCH | oklch(0.801 0.066 309.5) |
Copy-ready code
/* CSS */
color: #cbb3df;
background-color: #cbb3df;
/* Tailwind (arbitrary) */
class="text-[#cbb3df] bg-[#cbb3df]"
/* SCSS */
$brand: #cbb3df;
/* SwiftUI */
Color(red: 0.796, green: 0.702, blue: 0.875)
/* Android */
Color.parseColor("#cbb3df")Accessibility — WCAG contrast
Aa
#cbb3df on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb3df on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green70.2%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta19.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cbb3df text on a black background
contrast 11.05:1
Card sample
#cbb3df text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb3df;
Background color
Panel with #cbb3df background
background-color: #cbb3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 179, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 179, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb3df; background: linear-gradient(135deg, #cbb3df, #DFB3D6);