#ca72b9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 114, 185
HSL
312°, 45%, 62%
CMYK
0, 44, 8, 21
Luminance
0.2809
Every format
| HEX | #ca72b9 |
| RGB | rgb(202, 114, 185) |
| HSL | hsl(312, 45%, 62%) |
| CMYK | cmyk(0%, 44%, 8%, 21%) |
| LAB | lab(60.0 44.5 -22.5) |
| LCH | lch(60.0 49.9 333.1) |
| OKLCH | oklch(0.673 0.142 334.6) |
Copy-ready code
/* CSS */
color: #ca72b9;
background-color: #ca72b9;
/* Tailwind (arbitrary) */
class="text-[#ca72b9] bg-[#ca72b9]"
/* SCSS */
$brand: #ca72b9;
/* SwiftUI */
Color(red: 0.792, green: 0.447, blue: 0.725)
/* Android */
Color.parseColor("#ca72b9")Accessibility — WCAG contrast
Aa
#ca72b9 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca72b9 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green44.7%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow8.4%
Key (black)20.8%
Color previews
#ca72b9 text on a black background
contrast 6.62:1
Card sample
#ca72b9 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca72b9;
Background color
Panel with #ca72b9 background
background-color: #ca72b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca72b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 114, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 114, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca72b9; background: linear-gradient(135deg, #ca72b9, #CA727E);