#cf85eb
a light, vivid violet · warm · closest name: violet
RGB
207, 133, 235
HSL
284°, 72%, 72%
CMYK
12, 43, 0, 8
Luminance
0.3604
Every format
| HEX | #cf85eb |
| RGB | rgb(207, 133, 235) |
| HSL | hsl(284, 72%, 72%) |
| CMYK | cmyk(12%, 43%, 0%, 8%) |
| LAB | lab(66.5 45.4 -40.3) |
| LCH | lch(66.5 60.7 318.4) |
| OKLCH | oklch(0.730 0.161 316.2) |
Copy-ready code
/* CSS */
color: #cf85eb;
background-color: #cf85eb;
/* Tailwind (arbitrary) */
class="text-[#cf85eb] bg-[#cf85eb]"
/* SCSS */
$brand: #cf85eb;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#cf85eb")Accessibility — WCAG contrast
Aa
#cf85eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf85eb on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cf85eb text on a black background
contrast 8.21:1
Card sample
#cf85eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf85eb;
Background color
Panel with #cf85eb background
background-color: #cf85eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf85eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf85eb; background: linear-gradient(135deg, #cf85eb, #EB85C3);