#cb95df
a light, vivid violet · warm · closest name: plum
RGB
203, 149, 223
HSL
284°, 54%, 73%
CMYK
9, 33, 0, 13
Luminance
0.3952
Every format
| HEX | #cb95df |
| RGB | rgb(203, 149, 223) |
| HSL | hsl(284, 54%, 73%) |
| CMYK | cmyk(9%, 33%, 0%, 13%) |
| LAB | lab(69.1 33.2 -29.8) |
| LCH | lch(69.1 44.5 318.1) |
| OKLCH | oklch(0.747 0.119 316.7) |
Copy-ready code
/* CSS */
color: #cb95df;
background-color: #cb95df;
/* Tailwind (arbitrary) */
class="text-[#cb95df] bg-[#cb95df]"
/* SCSS */
$brand: #cb95df;
/* SwiftUI */
Color(red: 0.796, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#cb95df")Accessibility — WCAG contrast
Aa
#cb95df on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb95df on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green58.4%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cb95df text on a black background
contrast 8.90:1
Card sample
#cb95df text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb95df;
Background color
Panel with #cb95df background
background-color: #cb95df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb95df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb95df; background: linear-gradient(135deg, #cb95df, #DF95C2);