#f588d7
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 136, 215
HSL
317°, 85%, 75%
CMYK
0, 45, 12, 4
Luminance
0.4193
Every format
| HEX | #f588d7 |
| RGB | rgb(245, 136, 215) |
| HSL | hsl(317, 85%, 75%) |
| CMYK | cmyk(0%, 45%, 12%, 4%) |
| LAB | lab(70.8 51.6 -22.3) |
| LCH | lch(70.8 56.2 336.6) |
| OKLCH | oklch(0.769 0.162 338.3) |
Copy-ready code
/* CSS */
color: #f588d7;
background-color: #f588d7;
/* Tailwind (arbitrary) */
class="text-[#f588d7] bg-[#f588d7]"
/* SCSS */
$brand: #f588d7;
/* SwiftUI */
Color(red: 0.961, green: 0.533, blue: 0.843)
/* Android */
Color.parseColor("#f588d7")Accessibility — WCAG contrast
Aa
#f588d7 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f588d7 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green53.3%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta44.5%
Yellow12.2%
Key (black)3.9%
Color previews
#f588d7 text on a black background
contrast 9.39:1
Card sample
#f588d7 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f588d7;
Background color
Panel with #f588d7 background
background-color: #f588d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f588d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 136, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 136, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f588d7; background: linear-gradient(135deg, #f588d7, #F5888E);