#fda5ff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 165, 255
HSL
299°, 100%, 82%
CMYK
1, 35, 0, 0
Luminance
0.5501
Every format
| HEX | #fda5ff |
| RGB | rgb(253, 165, 255) |
| HSL | hsl(299, 100%, 82%) |
| CMYK | cmyk(1%, 35%, 0%, 0%) |
| LAB | lab(79.0 46.1 -31.4) |
| LCH | lch(79.0 55.8 325.7) |
| OKLCH | oklch(0.838 0.153 326.1) |
Copy-ready code
/* CSS */
color: #fda5ff;
background-color: #fda5ff;
/* Tailwind (arbitrary) */
class="text-[#fda5ff] bg-[#fda5ff]"
/* SCSS */
$brand: #fda5ff;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 1.000)
/* Android */
Color.parseColor("#fda5ff")Accessibility — WCAG contrast
Aa
#fda5ff on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda5ff on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta35.3%
Yellow0.0%
Key (black)0.0%
Color previews
#fda5ff text on a black background
contrast 12.00:1
Card sample
#fda5ff text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda5ff;
Background color
Panel with #fda5ff background
background-color: #fda5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda5ff; background: linear-gradient(135deg, #fda5ff, #FFA5C5);