#cf85fe
a light, electric violet · warm · closest name: violet
RGB
207, 133, 254
HSL
277°, 98%, 76%
CMYK
19, 48, 0, 0
Luminance
0.3720
Every format
| HEX | #cf85fe |
| RGB | rgb(207, 133, 254) |
| HSL | hsl(277, 98%, 76%) |
| CMYK | cmyk(19%, 48%, 0%, 0%) |
| LAB | lab(67.4 49.4 -49.4) |
| LCH | lch(67.4 69.8 315.0) |
| OKLCH | oklch(0.740 0.182 310.9) |
Copy-ready code
/* CSS */
color: #cf85fe;
background-color: #cf85fe;
/* Tailwind (arbitrary) */
class="text-[#cf85fe] bg-[#cf85fe]"
/* SCSS */
$brand: #cf85fe;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.996)
/* Android */
Color.parseColor("#cf85fe")Accessibility — WCAG contrast
Aa
#cf85fe on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf85fe on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta47.6%
Yellow0.0%
Key (black)0.4%
Color previews
#cf85fe text on a black background
contrast 8.44:1
Card sample
#cf85fe text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf85fe;
Background color
Panel with #cf85fe background
background-color: #cf85fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf85fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf85fe; background: linear-gradient(135deg, #cf85fe, #FE85DC);