#d250fe
a light, electric violet · warm · closest name: magenta
RGB
210, 80, 254
HSL
285°, 99%, 66%
CMYK
17, 69, 0, 0
Luminance
0.2659
Every format
| HEX | #d250fe |
| RGB | rgb(210, 80, 254) |
| HSL | hsl(285, 99%, 66%) |
| CMYK | cmyk(17%, 69%, 0%, 0%) |
| LAB | lab(58.6 74.8 -63.4) |
| LCH | lch(58.6 98.0 319.7) |
| OKLCH | oklch(0.676 0.258 316.2) |
Copy-ready code
/* CSS */
color: #d250fe;
background-color: #d250fe;
/* Tailwind (arbitrary) */
class="text-[#d250fe] bg-[#d250fe]"
/* SCSS */
$brand: #d250fe;
/* SwiftUI */
Color(red: 0.824, green: 0.314, blue: 0.996)
/* Android */
Color.parseColor("#d250fe")Accessibility — WCAG contrast
Aa
#d250fe on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d250fe on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green31.4%
Blue99.6%
CMYK percentages
Cyan17.3%
Magenta68.5%
Yellow0.0%
Key (black)0.4%
Color previews
#d250fe text on a black background
contrast 6.32:1
Card sample
#d250fe text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d250fe;
Background color
Panel with #d250fe background
background-color: #d250fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d250fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 80, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 80, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d250fe; background: linear-gradient(135deg, #d250fe, #FE50B6);