#cd72fc
a light, electric violet · warm · closest name: violet
RGB
205, 114, 252
HSL
280°, 96%, 72%
CMYK
19, 55, 0, 1
Luminance
0.3204
Every format
| HEX | #cd72fc |
| RGB | rgb(205, 114, 252) |
| HSL | hsl(280, 96%, 72%) |
| CMYK | cmyk(19%, 55%, 0%, 1%) |
| LAB | lab(63.4 58.1 -54.7) |
| LCH | lch(63.4 79.8 316.7) |
| OKLCH | oklch(0.709 0.208 312.7) |
Copy-ready code
/* CSS */
color: #cd72fc;
background-color: #cd72fc;
/* Tailwind (arbitrary) */
class="text-[#cd72fc] bg-[#cd72fc]"
/* SCSS */
$brand: #cd72fc;
/* SwiftUI */
Color(red: 0.804, green: 0.447, blue: 0.988)
/* Android */
Color.parseColor("#cd72fc")Accessibility — WCAG contrast
Aa
#cd72fc on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd72fc on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green44.7%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta54.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cd72fc text on a black background
contrast 7.41:1
Card sample
#cd72fc text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd72fc;
Background color
Panel with #cd72fc background
background-color: #cd72fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd72fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 114, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 114, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd72fc; background: linear-gradient(135deg, #cd72fc, #FC72CF);