#cf5afe
a light, electric violet · warm · closest name: magenta
RGB
207, 90, 254
HSL
283°, 99%, 68%
CMYK
19, 65, 0, 0
Luminance
0.2773
Every format
| HEX | #cf5afe |
| RGB | rgb(207, 90, 254) |
| HSL | hsl(283, 99%, 68%) |
| CMYK | cmyk(19%, 65%, 0%, 0%) |
| LAB | lab(59.6 70.1 -61.8) |
| LCH | lch(59.6 93.4 318.6) |
| OKLCH | oklch(0.683 0.244 314.8) |
Copy-ready code
/* CSS */
color: #cf5afe;
background-color: #cf5afe;
/* Tailwind (arbitrary) */
class="text-[#cf5afe] bg-[#cf5afe]"
/* SCSS */
$brand: #cf5afe;
/* SwiftUI */
Color(red: 0.812, green: 0.353, blue: 0.996)
/* Android */
Color.parseColor("#cf5afe")Accessibility — WCAG contrast
Aa
#cf5afe on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5afe on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.3%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta64.6%
Yellow0.0%
Key (black)0.4%
Color previews
#cf5afe text on a black background
contrast 6.55:1
Card sample
#cf5afe text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5afe;
Background color
Panel with #cf5afe background
background-color: #cf5afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 90, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 90, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5afe; background: linear-gradient(135deg, #cf5afe, #FE5AC0);