#f58ad8
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 138, 216
HSL
316°, 84%, 75%
CMYK
0, 44, 12, 4
Luminance
0.4255
Every format
| HEX | #f58ad8 |
| RGB | rgb(245, 138, 216) |
| HSL | hsl(316, 84%, 75%) |
| CMYK | cmyk(0%, 44%, 12%, 4%) |
| LAB | lab(71.3 50.8 -22.2) |
| LCH | lch(71.3 55.4 336.4) |
| OKLCH | oklch(0.772 0.160 338.1) |
Copy-ready code
/* CSS */
color: #f58ad8;
background-color: #f58ad8;
/* Tailwind (arbitrary) */
class="text-[#f58ad8] bg-[#f58ad8]"
/* SCSS */
$brand: #f58ad8;
/* SwiftUI */
Color(red: 0.961, green: 0.541, blue: 0.847)
/* Android */
Color.parseColor("#f58ad8")Accessibility — WCAG contrast
Aa
#f58ad8 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58ad8 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.1%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow11.8%
Key (black)3.9%
Color previews
#f58ad8 text on a black background
contrast 9.51:1
Card sample
#f58ad8 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58ad8;
Background color
Panel with #f58ad8 background
background-color: #f58ad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58ad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 138, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 138, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58ad8; background: linear-gradient(135deg, #f58ad8, #F58A91);