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