#cb72cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 114, 207
HSL
297°, 49%, 63%
CMYK
2, 45, 0, 19
Luminance
0.2924
Every format
| HEX | #cb72cf |
| RGB | rgb(203, 114, 207) |
| HSL | hsl(297, 49%, 63%) |
| CMYK | cmyk(2%, 45%, 0%, 19%) |
| LAB | lab(61.0 48.7 -33.4) |
| LCH | lch(61.0 59.1 325.5) |
| OKLCH | oklch(0.684 0.162 325.6) |
Copy-ready code
/* CSS */
color: #cb72cf;
background-color: #cb72cf;
/* Tailwind (arbitrary) */
class="text-[#cb72cf] bg-[#cb72cf]"
/* SCSS */
$brand: #cb72cf;
/* SwiftUI */
Color(red: 0.796, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#cb72cf")Accessibility — WCAG contrast
Aa
#cb72cf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb72cf on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green44.7%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cb72cf text on a black background
contrast 6.85:1
Card sample
#cb72cf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb72cf;
Background color
Panel with #cb72cf background
background-color: #cb72cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb72cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb72cf; background: linear-gradient(135deg, #cb72cf, #CF7295);