#ca71df
a light, vivid violet · warm · closest name: orchid
RGB
202, 113, 223
HSL
289°, 63%, 66%
CMYK
9, 49, 0, 13
Luminance
0.2969
Every format
| HEX | #ca71df |
| RGB | rgb(202, 113, 223) |
| HSL | hsl(289, 63%, 66%) |
| CMYK | cmyk(9%, 49%, 0%, 13%) |
| LAB | lab(61.4 52.0 -41.8) |
| LCH | lch(61.4 66.7 321.2) |
| OKLCH | oklch(0.689 0.179 319.7) |
Copy-ready code
/* CSS */
color: #ca71df;
background-color: #ca71df;
/* Tailwind (arbitrary) */
class="text-[#ca71df] bg-[#ca71df]"
/* SCSS */
$brand: #ca71df;
/* SwiftUI */
Color(red: 0.792, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#ca71df")Accessibility — WCAG contrast
Aa
#ca71df on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca71df on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green44.3%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ca71df text on a black background
contrast 6.94:1
Card sample
#ca71df text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca71df;
Background color
Panel with #ca71df background
background-color: #ca71df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca71df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca71df; background: linear-gradient(135deg, #ca71df, #DF71AB);