#cf68fe
a light, electric violet · warm · closest name: violet
RGB
207, 104, 254
HSL
281°, 99%, 70%
CMYK
19, 59, 0, 0
Luminance
0.3032
Every format
| HEX | #cf68fe |
| RGB | rgb(207, 104, 254) |
| HSL | hsl(281, 99%, 70%) |
| CMYK | cmyk(19%, 59%, 0%, 0%) |
| LAB | lab(61.9 63.8 -58.1) |
| LCH | lch(61.9 86.3 317.7) |
| OKLCH | oklch(0.699 0.226 313.8) |
Copy-ready code
/* CSS */
color: #cf68fe;
background-color: #cf68fe;
/* Tailwind (arbitrary) */
class="text-[#cf68fe] bg-[#cf68fe]"
/* SCSS */
$brand: #cf68fe;
/* SwiftUI */
Color(red: 0.812, green: 0.408, blue: 0.996)
/* Android */
Color.parseColor("#cf68fe")Accessibility — WCAG contrast
Aa
#cf68fe on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf68fe on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.8%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta59.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cf68fe text on a black background
contrast 7.06:1
Card sample
#cf68fe text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf68fe;
Background color
Panel with #cf68fe background
background-color: #cf68fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf68fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 104, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 104, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf68fe; background: linear-gradient(135deg, #cf68fe, #FE68C9);