#fd88eb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 136, 235
HSL
309°, 97%, 76%
CMYK
0, 46, 7, 1
Luminance
0.4449
Every format
| HEX | #fd88eb |
| RGB | rgb(253, 136, 235) |
| HSL | hsl(309, 97%, 76%) |
| CMYK | cmyk(0%, 46%, 7%, 1%) |
| LAB | lab(72.6 57.2 -30.6) |
| LCH | lch(72.6 64.9 331.9) |
| OKLCH | oklch(0.787 0.184 333.2) |
Copy-ready code
/* CSS */
color: #fd88eb;
background-color: #fd88eb;
/* Tailwind (arbitrary) */
class="text-[#fd88eb] bg-[#fd88eb]"
/* SCSS */
$brand: #fd88eb;
/* SwiftUI */
Color(red: 0.992, green: 0.533, blue: 0.922)
/* Android */
Color.parseColor("#fd88eb")Accessibility — WCAG contrast
Aa
#fd88eb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd88eb on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow7.1%
Key (black)0.8%
Color previews
#fd88eb text on a black background
contrast 9.90:1
Card sample
#fd88eb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd88eb;
Background color
Panel with #fd88eb background
background-color: #fd88eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd88eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 136, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 136, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd88eb; background: linear-gradient(135deg, #fd88eb, #FD889D);