#f952bd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 82, 189
HSL
322°, 93%, 65%
CMYK
0, 67, 24, 2
Luminance
0.2985
Every format
| HEX | #f952bd |
| RGB | rgb(249, 82, 189) |
| HSL | hsl(322, 93%, 65%) |
| CMYK | cmyk(0%, 67%, 24%, 2%) |
| LAB | lab(61.5 72.8 -21.9) |
| LCH | lch(61.5 76.1 343.3) |
| OKLCH | oklch(0.698 0.228 345.2) |
Copy-ready code
/* CSS */
color: #f952bd;
background-color: #f952bd;
/* Tailwind (arbitrary) */
class="text-[#f952bd] bg-[#f952bd]"
/* SCSS */
$brand: #f952bd;
/* SwiftUI */
Color(red: 0.976, green: 0.322, blue: 0.741)
/* Android */
Color.parseColor("#f952bd")Accessibility — WCAG contrast
Aa
#f952bd on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f952bd on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green32.2%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow24.1%
Key (black)2.4%
Color previews
#f952bd text on a black background
contrast 6.97:1
Card sample
#f952bd text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f952bd;
Background color
Panel with #f952bd background
background-color: #f952bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f952bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 82, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 82, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f952bd; background: linear-gradient(135deg, #f952bd, #F95652);