#cf85fc
a light, electric violet · warm · closest name: violet
RGB
207, 133, 252
HSL
277°, 95%, 76%
CMYK
18, 47, 0, 1
Luminance
0.3707
Every format
| HEX | #cf85fc |
| RGB | rgb(207, 133, 252) |
| HSL | hsl(277, 95%, 76%) |
| CMYK | cmyk(18%, 47%, 0%, 1%) |
| LAB | lab(67.3 48.9 -48.5) |
| LCH | lch(67.3 68.9 315.3) |
| OKLCH | oklch(0.739 0.180 311.4) |
Copy-ready code
/* CSS */
color: #cf85fc;
background-color: #cf85fc;
/* Tailwind (arbitrary) */
class="text-[#cf85fc] bg-[#cf85fc]"
/* SCSS */
$brand: #cf85fc;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.988)
/* Android */
Color.parseColor("#cf85fc")Accessibility — WCAG contrast
Aa
#cf85fc on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf85fc on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta47.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cf85fc text on a black background
contrast 8.41:1
Card sample
#cf85fc text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf85fc;
Background color
Panel with #cf85fc background
background-color: #cf85fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf85fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf85fc; background: linear-gradient(135deg, #cf85fc, #FC85DA);