#f45dcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 93, 205
HSL
316°, 87%, 66%
CMYK
0, 62, 16, 4
Luminance
0.3147
Every format
| HEX | #f45dcd |
| RGB | rgb(244, 93, 205) |
| HSL | hsl(316, 87%, 66%) |
| CMYK | cmyk(0%, 62%, 16%, 4%) |
| LAB | lab(62.9 69.5 -28.9) |
| LCH | lch(62.9 75.2 337.4) |
| OKLCH | oklch(0.709 0.220 339.2) |
Copy-ready code
/* CSS */
color: #f45dcd;
background-color: #f45dcd;
/* Tailwind (arbitrary) */
class="text-[#f45dcd] bg-[#f45dcd]"
/* SCSS */
$brand: #f45dcd;
/* SwiftUI */
Color(red: 0.957, green: 0.365, blue: 0.804)
/* Android */
Color.parseColor("#f45dcd")Accessibility — WCAG contrast
Aa
#f45dcd on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45dcd on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green36.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow16.0%
Key (black)4.3%
Color previews
#f45dcd text on a black background
contrast 7.29:1
Card sample
#f45dcd text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45dcd;
Background color
Panel with #f45dcd background
background-color: #f45dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 93, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 93, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45dcd; background: linear-gradient(135deg, #f45dcd, #F45D68);