#cb97df
a light, vivid violet · warm · closest name: plum
RGB
203, 151, 223
HSL
283°, 53%, 73%
CMYK
9, 32, 0, 13
Luminance
0.4016
Every format
| HEX | #cb97df |
| RGB | rgb(203, 151, 223) |
| HSL | hsl(283, 53%, 73%) |
| CMYK | cmyk(9%, 32%, 0%, 13%) |
| LAB | lab(69.6 32.1 -29.1) |
| LCH | lch(69.6 43.3 317.8) |
| OKLCH | oklch(0.750 0.115 316.4) |
Copy-ready code
/* CSS */
color: #cb97df;
background-color: #cb97df;
/* Tailwind (arbitrary) */
class="text-[#cb97df] bg-[#cb97df]"
/* SCSS */
$brand: #cb97df;
/* SwiftUI */
Color(red: 0.796, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#cb97df")Accessibility — WCAG contrast
Aa
#cb97df on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb97df on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green59.2%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cb97df text on a black background
contrast 9.03:1
Card sample
#cb97df text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb97df;
Background color
Panel with #cb97df background
background-color: #cb97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb97df; background: linear-gradient(135deg, #cb97df, #DF97C3);