#fd6bf2
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 107, 242
HSL
305°, 97%, 71%
CMYK
0, 58, 4, 1
Luminance
0.3781
Every format
| HEX | #fd6bf2 |
| RGB | rgb(253, 107, 242) |
| HSL | hsl(305, 97%, 71%) |
| CMYK | cmyk(0%, 58%, 4%, 1%) |
| LAB | lab(67.9 71.6 -41.7) |
| LCH | lch(67.9 82.8 329.8) |
| OKLCH | oklch(0.753 0.233 330.6) |
Copy-ready code
/* CSS */
color: #fd6bf2;
background-color: #fd6bf2;
/* Tailwind (arbitrary) */
class="text-[#fd6bf2] bg-[#fd6bf2]"
/* SCSS */
$brand: #fd6bf2;
/* SwiftUI */
Color(red: 0.992, green: 0.420, blue: 0.949)
/* Android */
Color.parseColor("#fd6bf2")Accessibility — WCAG contrast
Aa
#fd6bf2 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6bf2 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.0%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow4.3%
Key (black)0.8%
Color previews
#fd6bf2 text on a black background
contrast 8.56:1
Card sample
#fd6bf2 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6bf2;
Background color
Panel with #fd6bf2 background
background-color: #fd6bf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6bf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 107, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 107, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6bf2; background: linear-gradient(135deg, #fd6bf2, #FD6B91);