#d271fd
a light, electric violet · warm · closest name: violet
RGB
210, 113, 253
HSL
282°, 97%, 72%
CMYK
17, 55, 0, 1
Luminance
0.3260
Every format
| HEX | #d271fd |
| RGB | rgb(210, 113, 253) |
| HSL | hsl(282, 97%, 72%) |
| CMYK | cmyk(17%, 55%, 0%, 1%) |
| LAB | lab(63.8 60.0 -54.5) |
| LCH | lch(63.8 81.1 317.8) |
| OKLCH | oklch(0.714 0.213 314.3) |
Copy-ready code
/* CSS */
color: #d271fd;
background-color: #d271fd;
/* Tailwind (arbitrary) */
class="text-[#d271fd] bg-[#d271fd]"
/* SCSS */
$brand: #d271fd;
/* SwiftUI */
Color(red: 0.824, green: 0.443, blue: 0.992)
/* Android */
Color.parseColor("#d271fd")Accessibility — WCAG contrast
Aa
#d271fd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d271fd on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green44.3%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta55.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d271fd text on a black background
contrast 7.52:1
Card sample
#d271fd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d271fd;
Background color
Panel with #d271fd background
background-color: #d271fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d271fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 113, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 113, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d271fd; background: linear-gradient(135deg, #d271fd, #FD71CB);