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