#d85cff
a light, electric violet · warm · closest name: magenta
RGB
216, 92, 255
HSL
286°, 100%, 68%
CMYK
15, 64, 0, 0
Luminance
0.2947
Every format
| HEX | #d85cff |
| RGB | rgb(216, 92, 255) |
| HSL | hsl(286, 100%, 68%) |
| CMYK | cmyk(15%, 64%, 0%, 0%) |
| LAB | lab(61.2 71.4 -59.8) |
| LCH | lch(61.2 93.1 320.1) |
| OKLCH | oklch(0.696 0.246 317.1) |
Copy-ready code
/* CSS */
color: #d85cff;
background-color: #d85cff;
/* Tailwind (arbitrary) */
class="text-[#d85cff] bg-[#d85cff]"
/* SCSS */
$brand: #d85cff;
/* SwiftUI */
Color(red: 0.847, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#d85cff")Accessibility — WCAG contrast
Aa
#d85cff on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d85cff on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green36.1%
Blue100.0%
CMYK percentages
Cyan15.3%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#d85cff text on a black background
contrast 6.89:1
Card sample
#d85cff text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d85cff;
Background color
Panel with #d85cff background
background-color: #d85cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d85cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d85cff; background: linear-gradient(135deg, #d85cff, #FF5CB9);