#f05fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 95, 186
HSL
322°, 83%, 66%
CMYK
0, 60, 23, 6
Luminance
0.3025
Every format
| HEX | #f05fba |
| RGB | rgb(240, 95, 186) |
| HSL | hsl(322, 83%, 66%) |
| CMYK | cmyk(0%, 60%, 23%, 6%) |
| LAB | lab(61.9 64.9 -19.7) |
| LCH | lch(61.9 67.9 343.1) |
| OKLCH | oklch(0.698 0.202 345.0) |
Copy-ready code
/* CSS */
color: #f05fba;
background-color: #f05fba;
/* Tailwind (arbitrary) */
class="text-[#f05fba] bg-[#f05fba]"
/* SCSS */
$brand: #f05fba;
/* SwiftUI */
Color(red: 0.941, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#f05fba")Accessibility — WCAG contrast
Aa
#f05fba on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f05fba on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green37.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow22.5%
Key (black)5.9%
Color previews
#f05fba text on a black background
contrast 7.05:1
Card sample
#f05fba text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05fba;
Background color
Panel with #f05fba background
background-color: #f05fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05fba; background: linear-gradient(135deg, #f05fba, #F0655F);