#ca72be
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 114, 190
HSL
308°, 45%, 62%
CMYK
0, 44, 6, 21
Luminance
0.2831
Every format
| HEX | #ca72be |
| RGB | rgb(202, 114, 190) |
| HSL | hsl(308, 45%, 62%) |
| CMYK | cmyk(0%, 44%, 6%, 21%) |
| LAB | lab(60.2 45.3 -25.1) |
| LCH | lch(60.2 51.8 331.0) |
| OKLCH | oklch(0.675 0.146 332.2) |
Copy-ready code
/* CSS */
color: #ca72be;
background-color: #ca72be;
/* Tailwind (arbitrary) */
class="text-[#ca72be] bg-[#ca72be]"
/* SCSS */
$brand: #ca72be;
/* SwiftUI */
Color(red: 0.792, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#ca72be")Accessibility — WCAG contrast
Aa
#ca72be on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca72be on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow5.9%
Key (black)20.8%
Color previews
#ca72be text on a black background
contrast 6.66:1
Card sample
#ca72be text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca72be;
Background color
Panel with #ca72be background
background-color: #ca72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca72be; background: linear-gradient(135deg, #ca72be, #CA7283);