#da91ff
a light, electric violet · warm · closest name: violet
RGB
218, 145, 255
HSL
280°, 100%, 78%
CMYK
15, 43, 0, 0
Luminance
0.4238
Every format
| HEX | #da91ff |
| RGB | rgb(218, 145, 255) |
| HSL | hsl(280, 100%, 78%) |
| CMYK | cmyk(15%, 43%, 0%, 0%) |
| LAB | lab(71.1 46.3 -44.0) |
| LCH | lch(71.1 63.9 316.4) |
| OKLCH | oklch(0.770 0.168 313.5) |
Copy-ready code
/* CSS */
color: #da91ff;
background-color: #da91ff;
/* Tailwind (arbitrary) */
class="text-[#da91ff] bg-[#da91ff]"
/* SCSS */
$brand: #da91ff;
/* SwiftUI */
Color(red: 0.855, green: 0.569, blue: 1.000)
/* Android */
Color.parseColor("#da91ff")Accessibility — WCAG contrast
Aa
#da91ff on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#da91ff on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green56.9%
Blue100.0%
CMYK percentages
Cyan14.5%
Magenta43.1%
Yellow0.0%
Key (black)0.0%
Color previews
#da91ff text on a black background
contrast 9.48:1
Card sample
#da91ff text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da91ff;
Background color
Panel with #da91ff background
background-color: #da91ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da91ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 145, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 145, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da91ff; background: linear-gradient(135deg, #da91ff, #FF91DB);