#ca82df
a light, vivid violet · warm · closest name: orchid
RGB
202, 130, 223
HSL
287°, 59%, 69%
CMYK
9, 42, 0, 13
Luminance
0.3385
Every format
| HEX | #ca82df |
| RGB | rgb(202, 130, 223) |
| HSL | hsl(287, 59%, 69%) |
| CMYK | cmyk(9%, 42%, 0%, 13%) |
| LAB | lab(64.8 43.1 -36.4) |
| LCH | lch(64.8 56.4 319.8) |
| OKLCH | oklch(0.715 0.151 318.3) |
Copy-ready code
/* CSS */
color: #ca82df;
background-color: #ca82df;
/* Tailwind (arbitrary) */
class="text-[#ca82df] bg-[#ca82df]"
/* SCSS */
$brand: #ca82df;
/* SwiftUI */
Color(red: 0.792, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#ca82df")Accessibility — WCAG contrast
Aa
#ca82df on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca82df on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green51.0%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ca82df text on a black background
contrast 7.77:1
Card sample
#ca82df text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca82df;
Background color
Panel with #ca82df background
background-color: #ca82df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca82df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca82df; background: linear-gradient(135deg, #ca82df, #DF82B6);