#cf95fe
a light, electric violet · warm · closest name: violet
RGB
207, 149, 254
HSL
273°, 98%, 79%
CMYK
19, 41, 0, 0
Luminance
0.4192
Every format
| HEX | #cf95fe |
| RGB | rgb(207, 149, 254) |
| HSL | hsl(273, 98%, 79%) |
| CMYK | cmyk(19%, 41%, 0%, 0%) |
| LAB | lab(70.8 40.9 -44.1) |
| LCH | lch(70.8 60.1 312.8) |
| OKLCH | oklch(0.765 0.156 308.5) |
Copy-ready code
/* CSS */
color: #cf95fe;
background-color: #cf95fe;
/* Tailwind (arbitrary) */
class="text-[#cf95fe] bg-[#cf95fe]"
/* SCSS */
$brand: #cf95fe;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.996)
/* Android */
Color.parseColor("#cf95fe")Accessibility — WCAG contrast
Aa
#cf95fe on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf95fe on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta41.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cf95fe text on a black background
contrast 9.38:1
Card sample
#cf95fe text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf95fe;
Background color
Panel with #cf95fe background
background-color: #cf95fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf95fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf95fe; background: linear-gradient(135deg, #cf95fe, #FE95E7);