#f95baf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 91, 175
HSL
328°, 93%, 67%
CMYK
0, 64, 30, 2
Luminance
0.3072
Every format
| HEX | #f95baf |
| RGB | rgb(249, 91, 175) |
| HSL | hsl(328, 93%, 67%) |
| CMYK | cmyk(0%, 64%, 30%, 2%) |
| LAB | lab(62.3 67.7 -12.7) |
| LCH | lch(62.3 68.9 349.4) |
| OKLCH | oklch(0.702 0.209 350.9) |
Copy-ready code
/* CSS */
color: #f95baf;
background-color: #f95baf;
/* Tailwind (arbitrary) */
class="text-[#f95baf] bg-[#f95baf]"
/* SCSS */
$brand: #f95baf;
/* SwiftUI */
Color(red: 0.976, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#f95baf")Accessibility — WCAG contrast
Aa
#f95baf on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f95baf on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green35.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow29.7%
Key (black)2.4%
Color previews
#f95baf text on a black background
contrast 7.14:1
Card sample
#f95baf text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95baf;
Background color
Panel with #f95baf background
background-color: #f95baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95baf; background: linear-gradient(135deg, #f95baf, #F9705B);