#ca75df
a light, vivid violet · warm · closest name: orchid
RGB
202, 117, 223
HSL
288°, 62%, 67%
CMYK
9, 48, 0, 13
Luminance
0.3061
Every format
| HEX | #ca75df |
| RGB | rgb(202, 117, 223) |
| HSL | hsl(288, 62%, 67%) |
| CMYK | cmyk(9%, 48%, 0%, 13%) |
| LAB | lab(62.2 49.9 -40.6) |
| LCH | lch(62.2 64.3 320.9) |
| OKLCH | oklch(0.695 0.173 319.4) |
Copy-ready code
/* CSS */
color: #ca75df;
background-color: #ca75df;
/* Tailwind (arbitrary) */
class="text-[#ca75df] bg-[#ca75df]"
/* SCSS */
$brand: #ca75df;
/* SwiftUI */
Color(red: 0.792, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#ca75df")Accessibility — WCAG contrast
Aa
#ca75df on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca75df on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green45.9%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ca75df text on a black background
contrast 7.12:1
Card sample
#ca75df text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca75df;
Background color
Panel with #ca75df background
background-color: #ca75df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca75df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca75df; background: linear-gradient(135deg, #ca75df, #DF75AD);