#cf5dfc
a light, electric violet · warm · closest name: violet
RGB
207, 93, 252
HSL
283°, 96%, 68%
CMYK
18, 63, 0, 1
Luminance
0.2812
Every format
| HEX | #cf5dfc |
| RGB | rgb(207, 93, 252) |
| HSL | hsl(283, 96%, 68%) |
| CMYK | cmyk(18%, 63%, 0%, 1%) |
| LAB | lab(60.0 68.4 -60.1) |
| LCH | lch(60.0 91.0 318.7) |
| OKLCH | oklch(0.685 0.239 315.0) |
Copy-ready code
/* CSS */
color: #cf5dfc;
background-color: #cf5dfc;
/* Tailwind (arbitrary) */
class="text-[#cf5dfc] bg-[#cf5dfc]"
/* SCSS */
$brand: #cf5dfc;
/* SwiftUI */
Color(red: 0.812, green: 0.365, blue: 0.988)
/* Android */
Color.parseColor("#cf5dfc")Accessibility — WCAG contrast
Aa
#cf5dfc on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5dfc on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta63.1%
Yellow0.0%
Key (black)1.2%
Color previews
#cf5dfc text on a black background
contrast 6.62:1
Card sample
#cf5dfc text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5dfc;
Background color
Panel with #cf5dfc background
background-color: #cf5dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 93, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 93, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5dfc; background: linear-gradient(135deg, #cf5dfc, #FC5DBF);