#f45dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 93, 187
HSL
323°, 87%, 66%
CMYK
0, 62, 23, 4
Luminance
0.3065
Every format
| HEX | #f45dbb |
| RGB | rgb(244, 93, 187) |
| HSL | hsl(323, 87%, 66%) |
| CMYK | cmyk(0%, 62%, 23%, 4%) |
| LAB | lab(62.2 67.0 -19.7) |
| LCH | lch(62.2 69.9 343.6) |
| OKLCH | oklch(0.702 0.208 345.5) |
Copy-ready code
/* CSS */
color: #f45dbb;
background-color: #f45dbb;
/* Tailwind (arbitrary) */
class="text-[#f45dbb] bg-[#f45dbb]"
/* SCSS */
$brand: #f45dbb;
/* SwiftUI */
Color(red: 0.957, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#f45dbb")Accessibility — WCAG contrast
Aa
#f45dbb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45dbb on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green36.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow23.4%
Key (black)4.3%
Color previews
#f45dbb text on a black background
contrast 7.13:1
Card sample
#f45dbb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45dbb;
Background color
Panel with #f45dbb background
background-color: #f45dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 93, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 93, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45dbb; background: linear-gradient(135deg, #f45dbb, #F4645D);