#ff91af
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 145, 175
HSL
344°, 100%, 78%
CMYK
0, 43, 31, 0
Luminance
0.4461
Every format
| HEX | #ff91af |
| RGB | rgb(255, 145, 175) |
| HSL | hsl(344, 100%, 78%) |
| CMYK | cmyk(0%, 43%, 31%, 0%) |
| LAB | lab(72.6 44.7 2.7) |
| LCH | lch(72.6 44.8 3.5) |
| OKLCH | oklch(0.781 0.136 3.2) |
Copy-ready code
/* CSS */
color: #ff91af;
background-color: #ff91af;
/* Tailwind (arbitrary) */
class="text-[#ff91af] bg-[#ff91af]"
/* SCSS */
$brand: #ff91af;
/* SwiftUI */
Color(red: 1.000, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#ff91af")Accessibility — WCAG contrast
Aa
#ff91af on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff91af on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow31.4%
Key (black)0.0%
Color previews
#ff91af text on a black background
contrast 9.92:1
Card sample
#ff91af text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff91af;
Background color
Panel with #ff91af background
background-color: #ff91af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff91af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff91af; background: linear-gradient(135deg, #ff91af, #FFBC91);