#ca5ace
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 90, 206
HSL
298°, 54%, 58%
CMYK
2, 56, 0, 19
Luminance
0.2433
Every format
| HEX | #ca5ace |
| RGB | rgb(202, 90, 206) |
| HSL | hsl(298, 54%, 58%) |
| CMYK | cmyk(2%, 56%, 0%, 19%) |
| LAB | lab(56.4 59.9 -40.0) |
| LCH | lch(56.4 72.0 326.2) |
| OKLCH | oklch(0.649 0.199 326.2) |
Copy-ready code
/* CSS */
color: #ca5ace;
background-color: #ca5ace;
/* Tailwind (arbitrary) */
class="text-[#ca5ace] bg-[#ca5ace]"
/* SCSS */
$brand: #ca5ace;
/* SwiftUI */
Color(red: 0.792, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#ca5ace")Accessibility — WCAG contrast
Aa
#ca5ace on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5ace on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green35.3%
Blue80.8%
CMYK percentages
Cyan1.9%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#ca5ace text on a black background
contrast 5.87:1
Card sample
#ca5ace text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5ace;
Background color
Panel with #ca5ace background
background-color: #ca5ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5ace; background: linear-gradient(135deg, #ca5ace, #CE5A85);