#cb72af
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
203, 114, 175
HSL
319°, 46%, 62%
CMYK
0, 44, 14, 20
Luminance
0.2783
Every format
| HEX | #cb72af |
| RGB | rgb(203, 114, 175) |
| HSL | hsl(319, 46%, 62%) |
| CMYK | cmyk(0%, 44%, 14%, 20%) |
| LAB | lab(59.7 43.1 -17.2) |
| LCH | lch(59.7 46.4 338.3) |
| OKLCH | oklch(0.670 0.135 340.1) |
Copy-ready code
/* CSS */
color: #cb72af;
background-color: #cb72af;
/* Tailwind (arbitrary) */
class="text-[#cb72af] bg-[#cb72af]"
/* SCSS */
$brand: #cb72af;
/* SwiftUI */
Color(red: 0.796, green: 0.447, blue: 0.686)
/* Android */
Color.parseColor("#cb72af")Accessibility — WCAG contrast
Aa
#cb72af on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb72af on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green44.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow13.8%
Key (black)20.4%
Color previews
#cb72af text on a black background
contrast 6.57:1
Card sample
#cb72af text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb72af;
Background color
Panel with #cb72af background
background-color: #cb72af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb72af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 114, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 114, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb72af; background: linear-gradient(135deg, #cb72af, #CB7274);