#f45cba
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 92, 186
HSL
323°, 87%, 66%
CMYK
0, 62, 24, 4
Luminance
0.3043
Every format
| HEX | #f45cba |
| RGB | rgb(244, 92, 186) |
| HSL | hsl(323, 87%, 66%) |
| CMYK | cmyk(0%, 62%, 24%, 4%) |
| LAB | lab(62.0 67.3 -19.4) |
| LCH | lch(62.0 70.0 343.9) |
| OKLCH | oklch(0.700 0.209 345.8) |
Copy-ready code
/* CSS */
color: #f45cba;
background-color: #f45cba;
/* Tailwind (arbitrary) */
class="text-[#f45cba] bg-[#f45cba]"
/* SCSS */
$brand: #f45cba;
/* SwiftUI */
Color(red: 0.957, green: 0.361, blue: 0.729)
/* Android */
Color.parseColor("#f45cba")Accessibility — WCAG contrast
Aa
#f45cba on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45cba on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green36.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow23.8%
Key (black)4.3%
Color previews
#f45cba text on a black background
contrast 7.09:1
Card sample
#f45cba text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45cba;
Background color
Panel with #f45cba background
background-color: #f45cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 92, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 92, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45cba; background: linear-gradient(135deg, #f45cba, #F4635C);