#f95bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 91, 201
HSL
318°, 93%, 67%
CMYK
0, 64, 19, 2
Luminance
0.3184
Every format
| HEX | #f95bc9 |
| RGB | rgb(249, 91, 201) |
| HSL | hsl(318, 93%, 67%) |
| CMYK | cmyk(0%, 64%, 19%, 2%) |
| LAB | lab(63.2 71.0 -26.1) |
| LCH | lch(63.2 75.7 339.8) |
| OKLCH | oklch(0.712 0.223 341.7) |
Copy-ready code
/* CSS */
color: #f95bc9;
background-color: #f95bc9;
/* Tailwind (arbitrary) */
class="text-[#f95bc9] bg-[#f95bc9]"
/* SCSS */
$brand: #f95bc9;
/* SwiftUI */
Color(red: 0.976, green: 0.357, blue: 0.788)
/* Android */
Color.parseColor("#f95bc9")Accessibility — WCAG contrast
Aa
#f95bc9 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f95bc9 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green35.7%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow19.3%
Key (black)2.4%
Color previews
#f95bc9 text on a black background
contrast 7.37:1
Card sample
#f95bc9 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95bc9;
Background color
Panel with #f95bc9 background
background-color: #f95bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 91, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 91, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95bc9; background: linear-gradient(135deg, #f95bc9, #F95B60);