#ca75ff
a light, electric violet · warm · closest name: violet
RGB
202, 117, 255
HSL
277°, 100%, 73%
CMYK
21, 54, 0, 0
Luminance
0.3250
Every format
| HEX | #ca75ff |
| RGB | rgb(202, 117, 255) |
| HSL | hsl(277, 100%, 73%) |
| CMYK | cmyk(21%, 54%, 0%, 0%) |
| LAB | lab(63.8 56.5 -55.8) |
| LCH | lch(63.8 79.4 315.4) |
| OKLCH | oklch(0.711 0.206 310.6) |
Copy-ready code
/* CSS */
color: #ca75ff;
background-color: #ca75ff;
/* Tailwind (arbitrary) */
class="text-[#ca75ff] bg-[#ca75ff]"
/* SCSS */
$brand: #ca75ff;
/* SwiftUI */
Color(red: 0.792, green: 0.459, blue: 1.000)
/* Android */
Color.parseColor("#ca75ff")Accessibility — WCAG contrast
Aa
#ca75ff on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca75ff on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green45.9%
Blue100.0%
CMYK percentages
Cyan20.8%
Magenta54.1%
Yellow0.0%
Key (black)0.0%
Color previews
#ca75ff text on a black background
contrast 7.50:1
Card sample
#ca75ff text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca75ff;
Background color
Panel with #ca75ff background
background-color: #ca75ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca75ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 117, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 117, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca75ff; background: linear-gradient(135deg, #ca75ff, #FF75D8);