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