#cf85fd
a light, electric violet · warm · closest name: violet
RGB
207, 133, 253
HSL
277°, 97%, 76%
CMYK
18, 47, 0, 1
Luminance
0.3713
Every format
| HEX | #cf85fd |
| RGB | rgb(207, 133, 253) |
| HSL | hsl(277, 97%, 76%) |
| CMYK | cmyk(18%, 47%, 0%, 1%) |
| LAB | lab(67.4 49.1 -48.9) |
| LCH | lch(67.4 69.3 315.1) |
| OKLCH | oklch(0.739 0.181 311.1) |
Copy-ready code
/* CSS */
color: #cf85fd;
background-color: #cf85fd;
/* Tailwind (arbitrary) */
class="text-[#cf85fd] bg-[#cf85fd]"
/* SCSS */
$brand: #cf85fd;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.992)
/* Android */
Color.parseColor("#cf85fd")Accessibility — WCAG contrast
Aa
#cf85fd on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf85fd on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta47.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cf85fd text on a black background
contrast 8.43:1
Card sample
#cf85fd text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf85fd;
Background color
Panel with #cf85fd background
background-color: #cf85fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf85fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf85fd; background: linear-gradient(135deg, #cf85fd, #FD85DB);