#cf65fe
a light, electric violet · warm · closest name: violet
RGB
207, 101, 254
HSL
282°, 99%, 70%
CMYK
19, 60, 0, 0
Luminance
0.2973
Every format
| HEX | #cf65fe |
| RGB | rgb(207, 101, 254) |
| HSL | hsl(282, 99%, 70%) |
| CMYK | cmyk(19%, 60%, 0%, 0%) |
| LAB | lab(61.4 65.2 -58.9) |
| LCH | lch(61.4 87.9 317.9) |
| OKLCH | oklch(0.695 0.230 314.0) |
Copy-ready code
/* CSS */
color: #cf65fe;
background-color: #cf65fe;
/* Tailwind (arbitrary) */
class="text-[#cf65fe] bg-[#cf65fe]"
/* SCSS */
$brand: #cf65fe;
/* SwiftUI */
Color(red: 0.812, green: 0.396, blue: 0.996)
/* Android */
Color.parseColor("#cf65fe")Accessibility — WCAG contrast
Aa
#cf65fe on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf65fe on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.6%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta60.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cf65fe text on a black background
contrast 6.95:1
Card sample
#cf65fe text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf65fe;
Background color
Panel with #cf65fe background
background-color: #cf65fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf65fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 101, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 101, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf65fe; background: linear-gradient(135deg, #cf65fe, #FE65C7);