#ca95f6
a light, electric violet · warm · closest name: violet
RGB
202, 149, 246
HSL
273°, 84%, 78%
CMYK
18, 39, 0, 4
Luminance
0.4071
Every format
| HEX | #ca95f6 |
| RGB | rgb(202, 149, 246) |
| HSL | hsl(273, 84%, 78%) |
| CMYK | cmyk(18%, 39%, 0%, 4%) |
| LAB | lab(70.0 37.7 -41.1) |
| LCH | lch(70.0 55.7 312.5) |
| OKLCH | oklch(0.756 0.145 308.4) |
Copy-ready code
/* CSS */
color: #ca95f6;
background-color: #ca95f6;
/* Tailwind (arbitrary) */
class="text-[#ca95f6] bg-[#ca95f6]"
/* SCSS */
$brand: #ca95f6;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 0.965)
/* Android */
Color.parseColor("#ca95f6")Accessibility — WCAG contrast
Aa
#ca95f6 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca95f6 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue96.5%
CMYK percentages
Cyan17.9%
Magenta39.4%
Yellow0.0%
Key (black)3.5%
Color previews
#ca95f6 text on a black background
contrast 9.14:1
Card sample
#ca95f6 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca95f6;
Background color
Panel with #ca95f6 background
background-color: #ca95f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca95f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca95f6; background: linear-gradient(135deg, #ca95f6, #F695E1);