#ca75f4
a light, electric violet · warm · closest name: violet
RGB
202, 117, 244
HSL
280°, 85%, 71%
CMYK
17, 52, 0, 4
Luminance
0.3181
Every format
| HEX | #ca75f4 |
| RGB | rgb(202, 117, 244) |
| HSL | hsl(280, 85%, 71%) |
| CMYK | cmyk(17%, 52%, 0%, 4%) |
| LAB | lab(63.2 54.2 -50.6) |
| LCH | lch(63.2 74.2 316.9) |
| OKLCH | oklch(0.705 0.195 313.4) |
Copy-ready code
/* CSS */
color: #ca75f4;
background-color: #ca75f4;
/* Tailwind (arbitrary) */
class="text-[#ca75f4] bg-[#ca75f4]"
/* SCSS */
$brand: #ca75f4;
/* SwiftUI */
Color(red: 0.792, green: 0.459, blue: 0.957)
/* Android */
Color.parseColor("#ca75f4")Accessibility — WCAG contrast
Aa
#ca75f4 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca75f4 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green45.9%
Blue95.7%
CMYK percentages
Cyan17.2%
Magenta52.0%
Yellow0.0%
Key (black)4.3%
Color previews
#ca75f4 text on a black background
contrast 7.36:1
Card sample
#ca75f4 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca75f4;
Background color
Panel with #ca75f4 background
background-color: #ca75f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca75f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 117, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 117, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca75f4; background: linear-gradient(135deg, #ca75f4, #F475C9);