#f45ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 90, 206
HSL
315°, 88%, 66%
CMYK
0, 63, 16, 4
Luminance
0.3100
Every format
| HEX | #f45ace |
| RGB | rgb(244, 90, 206) |
| HSL | hsl(315, 88%, 66%) |
| CMYK | cmyk(0%, 63%, 16%, 4%) |
| LAB | lab(62.5 70.8 -30.1) |
| LCH | lch(62.5 76.9 337.0) |
| OKLCH | oklch(0.706 0.224 338.8) |
Copy-ready code
/* CSS */
color: #f45ace;
background-color: #f45ace;
/* Tailwind (arbitrary) */
class="text-[#f45ace] bg-[#f45ace]"
/* SCSS */
$brand: #f45ace;
/* SwiftUI */
Color(red: 0.957, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#f45ace")Accessibility — WCAG contrast
Aa
#f45ace on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45ace on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green35.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow15.6%
Key (black)4.3%
Color previews
#f45ace text on a black background
contrast 7.20:1
Card sample
#f45ace text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45ace;
Background color
Panel with #f45ace background
background-color: #f45ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45ace; background: linear-gradient(135deg, #f45ace, #F45A67);