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