#fda0fe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 160, 254
HSL
299°, 98%, 81%
CMYK
0, 37, 0, 0
Luminance
0.5318
Every format
| HEX | #fda0fe |
| RGB | rgb(253, 160, 254) |
| HSL | hsl(299, 98%, 81%) |
| CMYK | cmyk(0%, 37%, 0%, 0%) |
| LAB | lab(78.0 48.5 -32.5) |
| LCH | lch(78.0 58.4 326.1) |
| OKLCH | oklch(0.830 0.161 326.5) |
Copy-ready code
/* CSS */
color: #fda0fe;
background-color: #fda0fe;
/* Tailwind (arbitrary) */
class="text-[#fda0fe] bg-[#fda0fe]"
/* SCSS */
$brand: #fda0fe;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.996)
/* Android */
Color.parseColor("#fda0fe")Accessibility — WCAG contrast
Aa
#fda0fe on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda0fe on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.7%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta37.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fda0fe text on a black background
contrast 11.64:1
Card sample
#fda0fe text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda0fe;
Background color
Panel with #fda0fe background
background-color: #fda0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda0fe; background: linear-gradient(135deg, #fda0fe, #FEA0C0);