#d570fd
a light, electric violet · warm · closest name: violet
RGB
213, 112, 253
HSL
283°, 97%, 72%
CMYK
16, 56, 0, 1
Luminance
0.3283
Every format
| HEX | #d570fd |
| RGB | rgb(213, 112, 253) |
| HSL | hsl(283, 97%, 72%) |
| CMYK | cmyk(16%, 56%, 0%, 1%) |
| LAB | lab(64.0 61.3 -54.2) |
| LCH | lch(64.0 81.8 318.5) |
| OKLCH | oklch(0.716 0.216 315.4) |
Copy-ready code
/* CSS */
color: #d570fd;
background-color: #d570fd;
/* Tailwind (arbitrary) */
class="text-[#d570fd] bg-[#d570fd]"
/* SCSS */
$brand: #d570fd;
/* SwiftUI */
Color(red: 0.835, green: 0.439, blue: 0.992)
/* Android */
Color.parseColor("#d570fd")Accessibility — WCAG contrast
Aa
#d570fd on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d570fd on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green43.9%
Blue99.2%
CMYK percentages
Cyan15.8%
Magenta55.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d570fd text on a black background
contrast 7.57:1
Card sample
#d570fd text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d570fd;
Background color
Panel with #d570fd background
background-color: #d570fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d570fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 112, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 112, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d570fd; background: linear-gradient(135deg, #d570fd, #FD70C7);