#cf85f1
a light, electric violet · warm · closest name: violet
RGB
207, 133, 241
HSL
281°, 79%, 73%
CMYK
14, 45, 0, 6
Luminance
0.3639
Every format
| HEX | #cf85f1 |
| RGB | rgb(207, 133, 241) |
| HSL | hsl(281, 79%, 73%) |
| CMYK | cmyk(14%, 45%, 0%, 6%) |
| LAB | lab(66.8 46.6 -43.2) |
| LCH | lch(66.8 63.6 317.2) |
| OKLCH | oklch(0.733 0.168 314.4) |
Copy-ready code
/* CSS */
color: #cf85f1;
background-color: #cf85f1;
/* Tailwind (arbitrary) */
class="text-[#cf85f1] bg-[#cf85f1]"
/* SCSS */
$brand: #cf85f1;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.945)
/* Android */
Color.parseColor("#cf85f1")Accessibility — WCAG contrast
Aa
#cf85f1 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf85f1 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta44.8%
Yellow0.0%
Key (black)5.5%
Color previews
#cf85f1 text on a black background
contrast 8.28:1
Card sample
#cf85f1 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf85f1;
Background color
Panel with #cf85f1 background
background-color: #cf85f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf85f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf85f1; background: linear-gradient(135deg, #cf85f1, #F185CB);