#f05bc9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 91, 201
HSL
316°, 83%, 65%
CMYK
0, 62, 16, 6
Luminance
0.3022
Every format
| HEX | #f05bc9 |
| RGB | rgb(240, 91, 201) |
| HSL | hsl(316, 83%, 65%) |
| CMYK | cmyk(0%, 62%, 16%, 6%) |
| LAB | lab(61.9 68.7 -28.3) |
| LCH | lch(61.9 74.3 337.6) |
| OKLCH | oklch(0.700 0.217 339.4) |
Copy-ready code
/* CSS */
color: #f05bc9;
background-color: #f05bc9;
/* Tailwind (arbitrary) */
class="text-[#f05bc9] bg-[#f05bc9]"
/* SCSS */
$brand: #f05bc9;
/* SwiftUI */
Color(red: 0.941, green: 0.357, blue: 0.788)
/* Android */
Color.parseColor("#f05bc9")Accessibility — WCAG contrast
Aa
#f05bc9 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f05bc9 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green35.7%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow16.3%
Key (black)5.9%
Color previews
#f05bc9 text on a black background
contrast 7.04:1
Card sample
#f05bc9 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05bc9;
Background color
Panel with #f05bc9 background
background-color: #f05bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 91, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 91, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05bc9; background: linear-gradient(135deg, #f05bc9, #F05B66);