#ca6eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 110, 176
HSL
317°, 47%, 61%
CMYK
0, 46, 13, 21
Luminance
0.2684
Every format
| HEX | #ca6eb0 |
| RGB | rgb(202, 110, 176) |
| HSL | hsl(317, 47%, 61%) |
| CMYK | cmyk(0%, 46%, 13%, 21%) |
| LAB | lab(58.8 45.0 -19.1) |
| LCH | lch(58.8 48.9 337.0) |
| OKLCH | oklch(0.663 0.141 338.7) |
Copy-ready code
/* CSS */
color: #ca6eb0;
background-color: #ca6eb0;
/* Tailwind (arbitrary) */
class="text-[#ca6eb0] bg-[#ca6eb0]"
/* SCSS */
$brand: #ca6eb0;
/* SwiftUI */
Color(red: 0.792, green: 0.431, blue: 0.690)
/* Android */
Color.parseColor("#ca6eb0")Accessibility — WCAG contrast
Aa
#ca6eb0 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca6eb0 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green43.1%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow12.9%
Key (black)20.8%
Color previews
#ca6eb0 text on a black background
contrast 6.37:1
Card sample
#ca6eb0 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca6eb0;
Background color
Panel with #ca6eb0 background
background-color: #ca6eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca6eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 110, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 110, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca6eb0; background: linear-gradient(135deg, #ca6eb0, #CA6E73);