#f985d2
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 133, 210
HSL
320°, 91%, 75%
CMYK
0, 47, 16, 2
Luminance
0.4157
Every format
| HEX | #f985d2 |
| RGB | rgb(249, 133, 210) |
| HSL | hsl(320, 91%, 75%) |
| CMYK | cmyk(0%, 47%, 16%, 2%) |
| LAB | lab(70.6 53.6 -19.9) |
| LCH | lch(70.6 57.1 339.6) |
| OKLCH | oklch(0.768 0.167 341.5) |
Copy-ready code
/* CSS */
color: #f985d2;
background-color: #f985d2;
/* Tailwind (arbitrary) */
class="text-[#f985d2] bg-[#f985d2]"
/* SCSS */
$brand: #f985d2;
/* SwiftUI */
Color(red: 0.976, green: 0.522, blue: 0.824)
/* Android */
Color.parseColor("#f985d2")Accessibility — WCAG contrast
Aa
#f985d2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f985d2 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green52.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow15.7%
Key (black)2.4%
Color previews
#f985d2 text on a black background
contrast 9.31:1
Card sample
#f985d2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f985d2;
Background color
Panel with #f985d2 background
background-color: #f985d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f985d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 133, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 133, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f985d2; background: linear-gradient(135deg, #f985d2, #F98585);