#fd6ffb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 111, 251
HSL
301°, 97%, 71%
CMYK
0, 56, 1, 1
Luminance
0.3922
Every format
| HEX | #fd6ffb |
| RGB | rgb(253, 111, 251) |
| HSL | hsl(301, 97%, 71%) |
| CMYK | cmyk(0%, 56%, 1%, 1%) |
| LAB | lab(68.9 71.3 -45.0) |
| LCH | lch(68.9 84.4 327.7) |
| OKLCH | oklch(0.762 0.235 328.1) |
Copy-ready code
/* CSS */
color: #fd6ffb;
background-color: #fd6ffb;
/* Tailwind (arbitrary) */
class="text-[#fd6ffb] bg-[#fd6ffb]"
/* SCSS */
$brand: #fd6ffb;
/* SwiftUI */
Color(red: 0.992, green: 0.435, blue: 0.984)
/* Android */
Color.parseColor("#fd6ffb")Accessibility — WCAG contrast
Aa
#fd6ffb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6ffb on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.5%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow0.8%
Key (black)0.8%
Color previews
#fd6ffb text on a black background
contrast 8.84:1
Card sample
#fd6ffb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6ffb;
Background color
Panel with #fd6ffb background
background-color: #fd6ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 111, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 111, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6ffb; background: linear-gradient(135deg, #fd6ffb, #FD6F9D);