#cf72fe
a light, electric violet · warm · closest name: violet
RGB
207, 114, 254
HSL
280°, 99%, 72%
CMYK
19, 55, 0, 0
Luminance
0.3246
Every format
| HEX | #cf72fe |
| RGB | rgb(207, 114, 254) |
| HSL | hsl(280, 99%, 72%) |
| CMYK | cmyk(19%, 55%, 0%, 0%) |
| LAB | lab(63.7 59.0 -55.3) |
| LCH | lch(63.7 80.9 316.9) |
| OKLCH | oklch(0.712 0.211 312.9) |
Copy-ready code
/* CSS */
color: #cf72fe;
background-color: #cf72fe;
/* Tailwind (arbitrary) */
class="text-[#cf72fe] bg-[#cf72fe]"
/* SCSS */
$brand: #cf72fe;
/* SwiftUI */
Color(red: 0.812, green: 0.447, blue: 0.996)
/* Android */
Color.parseColor("#cf72fe")Accessibility — WCAG contrast
Aa
#cf72fe on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf72fe on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.7%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta55.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cf72fe text on a black background
contrast 7.49:1
Card sample
#cf72fe text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf72fe;
Background color
Panel with #cf72fe background
background-color: #cf72fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf72fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 114, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 114, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf72fe; background: linear-gradient(135deg, #cf72fe, #FE72D0);