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