#ff31af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 49, 175
HSL
323°, 100%, 60%
CMYK
0, 81, 31, 0
Luminance
0.2655
Every format
| HEX | #ff31af |
| RGB | rgb(255, 49, 175) |
| HSL | hsl(323, 100%, 60%) |
| CMYK | cmyk(0%, 81%, 31%, 0%) |
| LAB | lab(58.6 82.5 -18.2) |
| LCH | lch(58.6 84.4 347.5) |
| OKLCH | oklch(0.677 0.257 349.3) |
Copy-ready code
/* CSS */
color: #ff31af;
background-color: #ff31af;
/* Tailwind (arbitrary) */
class="text-[#ff31af] bg-[#ff31af]"
/* SCSS */
$brand: #ff31af;
/* SwiftUI */
Color(red: 1.000, green: 0.192, blue: 0.686)
/* Android */
Color.parseColor("#ff31af")Accessibility — WCAG contrast
Aa
#ff31af on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff31af on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green19.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow31.4%
Key (black)0.0%
Color previews
#ff31af text on a black background
contrast 6.31:1
Card sample
#ff31af text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff31af;
Background color
Panel with #ff31af background
background-color: #ff31af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff31af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 49, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 49, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff31af; background: linear-gradient(135deg, #ff31af, #FF3C31);