#cb9fdf
a light, vivid violet · warm · closest name: plum
RGB
203, 159, 223
HSL
281°, 50%, 75%
CMYK
9, 29, 0, 13
Luminance
0.4282
Every format
| HEX | #cb9fdf |
| RGB | rgb(203, 159, 223) |
| HSL | hsl(281, 50%, 75%) |
| CMYK | cmyk(9%, 29%, 0%, 13%) |
| LAB | lab(71.4 27.7 -26.2) |
| LCH | lch(71.4 38.1 316.6) |
| OKLCH | oklch(0.765 0.101 315.0) |
Copy-ready code
/* CSS */
color: #cb9fdf;
background-color: #cb9fdf;
/* Tailwind (arbitrary) */
class="text-[#cb9fdf] bg-[#cb9fdf]"
/* SCSS */
$brand: #cb9fdf;
/* SwiftUI */
Color(red: 0.796, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#cb9fdf")Accessibility — WCAG contrast
Aa
#cb9fdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9fdf on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cb9fdf text on a black background
contrast 9.56:1
Card sample
#cb9fdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9fdf;
Background color
Panel with #cb9fdf background
background-color: #cb9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9fdf; background: linear-gradient(135deg, #cb9fdf, #DF9FC8);