#fd7cef
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 124, 239
HSL
307°, 97%, 74%
CMYK
0, 51, 6, 1
Luminance
0.4153
Every format
| HEX | #fd7cef |
| RGB | rgb(253, 124, 239) |
| HSL | hsl(307, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 6%, 1%) |
| LAB | lab(70.5 63.6 -35.9) |
| LCH | lch(70.5 73.0 330.6) |
| OKLCH | oklch(0.772 0.206 331.6) |
Copy-ready code
/* CSS */
color: #fd7cef;
background-color: #fd7cef;
/* Tailwind (arbitrary) */
class="text-[#fd7cef] bg-[#fd7cef]"
/* SCSS */
$brand: #fd7cef;
/* SwiftUI */
Color(red: 0.992, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#fd7cef")Accessibility — WCAG contrast
Aa
#fd7cef on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7cef on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green48.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow5.5%
Key (black)0.8%
Color previews
#fd7cef text on a black background
contrast 9.31:1
Card sample
#fd7cef text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7cef;
Background color
Panel with #fd7cef background
background-color: #fd7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7cef; background: linear-gradient(135deg, #fd7cef, #FD7C99);