#ca95ff
a light, electric violet · warm · closest name: violet
RGB
202, 149, 255
HSL
270°, 100%, 79%
CMYK
21, 42, 0, 0
Luminance
0.4127
Every format
| HEX | #ca95ff |
| RGB | rgb(202, 149, 255) |
| HSL | hsl(270, 100%, 79%) |
| CMYK | cmyk(21%, 42%, 0%, 0%) |
| LAB | lab(70.4 39.7 -45.3) |
| LCH | lch(70.4 60.2 311.2) |
| OKLCH | oklch(0.761 0.156 306.1) |
Copy-ready code
/* CSS */
color: #ca95ff;
background-color: #ca95ff;
/* Tailwind (arbitrary) */
class="text-[#ca95ff] bg-[#ca95ff]"
/* SCSS */
$brand: #ca95ff;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 1.000)
/* Android */
Color.parseColor("#ca95ff")Accessibility — WCAG contrast
Aa
#ca95ff on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca95ff on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue100.0%
CMYK percentages
Cyan20.8%
Magenta41.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ca95ff text on a black background
contrast 9.25:1
Card sample
#ca95ff text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca95ff;
Background color
Panel with #ca95ff background
background-color: #ca95ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca95ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca95ff; background: linear-gradient(135deg, #ca95ff, #FF95ED);