#f95fd0
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 95, 208
HSL
316°, 93%, 68%
CMYK
0, 62, 17, 2
Luminance
0.3288
Every format
| HEX | #f95fd0 |
| RGB | rgb(249, 95, 208) |
| HSL | hsl(316, 93%, 68%) |
| CMYK | cmyk(0%, 62%, 17%, 2%) |
| LAB | lab(64.1 70.4 -28.7) |
| LCH | lch(64.1 76.0 337.8) |
| OKLCH | oklch(0.719 0.223 339.6) |
Copy-ready code
/* CSS */
color: #f95fd0;
background-color: #f95fd0;
/* Tailwind (arbitrary) */
class="text-[#f95fd0] bg-[#f95fd0]"
/* SCSS */
$brand: #f95fd0;
/* SwiftUI */
Color(red: 0.976, green: 0.373, blue: 0.816)
/* Android */
Color.parseColor("#f95fd0")Accessibility — WCAG contrast
Aa
#f95fd0 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f95fd0 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green37.3%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow16.5%
Key (black)2.4%
Color previews
#f95fd0 text on a black background
contrast 7.58:1
Card sample
#f95fd0 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95fd0;
Background color
Panel with #f95fd0 background
background-color: #f95fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 95, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 95, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95fd0; background: linear-gradient(135deg, #f95fd0, #F95F69);