#cbb0df
a light, soft violet · warm · closest name: plum
RGB
203, 176, 223
HSL
275°, 42%, 78%
CMYK
9, 21, 0, 13
Luminance
0.4907
Every format
| HEX | #cbb0df |
| RGB | rgb(203, 176, 223) |
| HSL | hsl(275, 42%, 78%) |
| CMYK | cmyk(9%, 21%, 0%, 13%) |
| LAB | lab(75.5 18.4 -20.0) |
| LCH | lch(75.5 27.2 312.6) |
| OKLCH | oklch(0.796 0.071 310.6) |
Copy-ready code
/* CSS */
color: #cbb0df;
background-color: #cbb0df;
/* Tailwind (arbitrary) */
class="text-[#cbb0df] bg-[#cbb0df]"
/* SCSS */
$brand: #cbb0df;
/* SwiftUI */
Color(red: 0.796, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#cbb0df")Accessibility — WCAG contrast
Aa
#cbb0df on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb0df on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green69.0%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cbb0df text on a black background
contrast 10.81:1
Card sample
#cbb0df text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb0df;
Background color
Panel with #cbb0df background
background-color: #cbb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb0df; background: linear-gradient(135deg, #cbb0df, #DFB0D4);