#f45fdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 95, 219
HSL
310°, 87%, 67%
CMYK
0, 61, 10, 4
Luminance
0.3253
Every format
| HEX | #f45fdb |
| RGB | rgb(244, 95, 219) |
| HSL | hsl(310, 87%, 67%) |
| CMYK | cmyk(0%, 61%, 10%, 4%) |
| LAB | lab(63.8 70.7 -35.4) |
| LCH | lch(63.8 79.1 333.4) |
| OKLCH | oklch(0.717 0.227 334.8) |
Copy-ready code
/* CSS */
color: #f45fdb;
background-color: #f45fdb;
/* Tailwind (arbitrary) */
class="text-[#f45fdb] bg-[#f45fdb]"
/* SCSS */
$brand: #f45fdb;
/* SwiftUI */
Color(red: 0.957, green: 0.373, blue: 0.859)
/* Android */
Color.parseColor("#f45fdb")Accessibility — WCAG contrast
Aa
#f45fdb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45fdb on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green37.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow10.2%
Key (black)4.3%
Color previews
#f45fdb text on a black background
contrast 7.51:1
Card sample
#f45fdb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45fdb;
Background color
Panel with #f45fdb background
background-color: #f45fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 95, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 95, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45fdb; background: linear-gradient(135deg, #f45fdb, #F45F78);