#f588d0
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 136, 208
HSL
320°, 85%, 75%
CMYK
0, 45, 15, 4
Luminance
0.4157
Every format
| HEX | #f588d0 |
| RGB | rgb(245, 136, 208) |
| HSL | hsl(320, 85%, 75%) |
| CMYK | cmyk(0%, 45%, 15%, 4%) |
| LAB | lab(70.6 50.5 -18.8) |
| LCH | lch(70.6 53.9 339.6) |
| OKLCH | oklch(0.767 0.157 341.4) |
Copy-ready code
/* CSS */
color: #f588d0;
background-color: #f588d0;
/* Tailwind (arbitrary) */
class="text-[#f588d0] bg-[#f588d0]"
/* SCSS */
$brand: #f588d0;
/* SwiftUI */
Color(red: 0.961, green: 0.533, blue: 0.816)
/* Android */
Color.parseColor("#f588d0")Accessibility — WCAG contrast
Aa
#f588d0 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f588d0 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green53.3%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta44.5%
Yellow15.1%
Key (black)3.9%
Color previews
#f588d0 text on a black background
contrast 9.31:1
Card sample
#f588d0 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f588d0;
Background color
Panel with #f588d0 background
background-color: #f588d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f588d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 136, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 136, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f588d0; background: linear-gradient(135deg, #f588d0, #F58988);