#f960ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 96, 186
HSL
325°, 93%, 68%
CMYK
0, 61, 25, 2
Luminance
0.3205
Every format
| HEX | #f960ba |
| RGB | rgb(249, 96, 186) |
| HSL | hsl(325, 93%, 68%) |
| CMYK | cmyk(0%, 61%, 25%, 2%) |
| LAB | lab(63.4 67.0 -17.3) |
| LCH | lch(63.4 69.3 345.5) |
| OKLCH | oklch(0.712 0.208 347.3) |
Copy-ready code
/* CSS */
color: #f960ba;
background-color: #f960ba;
/* Tailwind (arbitrary) */
class="text-[#f960ba] bg-[#f960ba]"
/* SCSS */
$brand: #f960ba;
/* SwiftUI */
Color(red: 0.976, green: 0.376, blue: 0.729)
/* Android */
Color.parseColor("#f960ba")Accessibility — WCAG contrast
Aa
#f960ba on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f960ba on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green37.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow25.3%
Key (black)2.4%
Color previews
#f960ba text on a black background
contrast 7.41:1
Card sample
#f960ba text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f960ba;
Background color
Panel with #f960ba background
background-color: #f960ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f960ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 96, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 96, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f960ba; background: linear-gradient(135deg, #f960ba, #F96C60);