#ca95f8
a light, electric violet · warm · closest name: violet
RGB
202, 149, 248
HSL
272°, 88%, 78%
CMYK
19, 40, 0, 3
Luminance
0.4083
Every format
| HEX | #ca95f8 |
| RGB | rgb(202, 149, 248) |
| HSL | hsl(272, 88%, 78%) |
| CMYK | cmyk(19%, 40%, 0%, 3%) |
| LAB | lab(70.1 38.1 -42.0) |
| LCH | lch(70.1 56.7 312.2) |
| OKLCH | oklch(0.757 0.148 307.9) |
Copy-ready code
/* CSS */
color: #ca95f8;
background-color: #ca95f8;
/* Tailwind (arbitrary) */
class="text-[#ca95f8] bg-[#ca95f8]"
/* SCSS */
$brand: #ca95f8;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 0.973)
/* Android */
Color.parseColor("#ca95f8")Accessibility — WCAG contrast
Aa
#ca95f8 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca95f8 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue97.3%
CMYK percentages
Cyan18.5%
Magenta39.9%
Yellow0.0%
Key (black)2.7%
Color previews
#ca95f8 text on a black background
contrast 9.17:1
Card sample
#ca95f8 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca95f8;
Background color
Panel with #ca95f8 background
background-color: #ca95f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca95f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca95f8; background: linear-gradient(135deg, #ca95f8, #F895E4);