#f45daf
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 93, 175
HSL
327°, 87%, 66%
CMYK
0, 62, 28, 4
Luminance
0.3016
Every format
| HEX | #f45daf |
| RGB | rgb(244, 93, 175) |
| HSL | hsl(327, 87%, 66%) |
| CMYK | cmyk(0%, 62%, 28%, 4%) |
| LAB | lab(61.8 65.5 -13.5) |
| LCH | lch(61.8 66.9 348.4) |
| OKLCH | oklch(0.697 0.202 350.0) |
Copy-ready code
/* CSS */
color: #f45daf;
background-color: #f45daf;
/* Tailwind (arbitrary) */
class="text-[#f45daf] bg-[#f45daf]"
/* SCSS */
$brand: #f45daf;
/* SwiftUI */
Color(red: 0.957, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#f45daf")Accessibility — WCAG contrast
Aa
#f45daf on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45daf on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green36.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow28.3%
Key (black)4.3%
Color previews
#f45daf text on a black background
contrast 7.03:1
Card sample
#f45daf text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45daf;
Background color
Panel with #f45daf background
background-color: #f45daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45daf; background: linear-gradient(135deg, #f45daf, #F4705D);