#fd6fef
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 111, 239
HSL
306°, 97%, 71%
CMYK
0, 56, 6, 1
Luminance
0.3848
Every format
| HEX | #fd6fef |
| RGB | rgb(253, 111, 239) |
| HSL | hsl(306, 97%, 71%) |
| CMYK | cmyk(0%, 56%, 6%, 1%) |
| LAB | lab(68.4 69.4 -39.3) |
| LCH | lch(68.4 79.7 330.5) |
| OKLCH | oklch(0.756 0.225 331.5) |
Copy-ready code
/* CSS */
color: #fd6fef;
background-color: #fd6fef;
/* Tailwind (arbitrary) */
class="text-[#fd6fef] bg-[#fd6fef]"
/* SCSS */
$brand: #fd6fef;
/* SwiftUI */
Color(red: 0.992, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#fd6fef")Accessibility — WCAG contrast
Aa
#fd6fef on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6fef on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow5.5%
Key (black)0.8%
Color previews
#fd6fef text on a black background
contrast 8.70:1
Card sample
#fd6fef text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6fef;
Background color
Panel with #fd6fef background
background-color: #fd6fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6fef; background: linear-gradient(135deg, #fd6fef, #FD6F90);