#cc72df
a light, vivid violet · warm · closest name: orchid
RGB
204, 114, 223
HSL
290°, 63%, 66%
CMYK
9, 49, 0, 13
Luminance
0.3020
Every format
| HEX | #cc72df |
| RGB | rgb(204, 114, 223) |
| HSL | hsl(290, 63%, 66%) |
| CMYK | cmyk(9%, 49%, 0%, 13%) |
| LAB | lab(61.8 52.0 -41.1) |
| LCH | lch(61.8 66.3 321.7) |
| OKLCH | oklch(0.693 0.178 320.4) |
Copy-ready code
/* CSS */
color: #cc72df;
background-color: #cc72df;
/* Tailwind (arbitrary) */
class="text-[#cc72df] bg-[#cc72df]"
/* SCSS */
$brand: #cc72df;
/* SwiftUI */
Color(red: 0.800, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#cc72df")Accessibility — WCAG contrast
Aa
#cc72df on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc72df on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green44.7%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cc72df text on a black background
contrast 7.04:1
Card sample
#cc72df text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc72df;
Background color
Panel with #cc72df background
background-color: #cc72df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc72df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc72df; background: linear-gradient(135deg, #cc72df, #DF72A9);