#fda0fc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 160, 252
HSL
301°, 96%, 81%
CMYK
0, 37, 0, 1
Luminance
0.5305
Every format
| HEX | #fda0fc |
| RGB | rgb(253, 160, 252) |
| HSL | hsl(301, 96%, 81%) |
| CMYK | cmyk(0%, 37%, 0%, 1%) |
| LAB | lab(77.9 48.1 -31.6) |
| LCH | lch(77.9 57.6 326.7) |
| OKLCH | oklch(0.829 0.159 327.3) |
Copy-ready code
/* CSS */
color: #fda0fc;
background-color: #fda0fc;
/* Tailwind (arbitrary) */
class="text-[#fda0fc] bg-[#fda0fc]"
/* SCSS */
$brand: #fda0fc;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.988)
/* Android */
Color.parseColor("#fda0fc")Accessibility — WCAG contrast
Aa
#fda0fc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda0fc on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.7%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow0.4%
Key (black)0.8%
Color previews
#fda0fc text on a black background
contrast 11.61:1
Card sample
#fda0fc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda0fc;
Background color
Panel with #fda0fc background
background-color: #fda0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda0fc; background: linear-gradient(135deg, #fda0fc, #FDA0BE);