#ff91b3
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 145, 179
HSL
342°, 100%, 78%
CMYK
0, 43, 30, 0
Luminance
0.4477
Every format
| HEX | #ff91b3 |
| RGB | rgb(255, 145, 179) |
| HSL | hsl(342, 100%, 78%) |
| CMYK | cmyk(0%, 43%, 30%, 0%) |
| LAB | lab(72.7 45.2 0.6) |
| LCH | lch(72.7 45.2 0.8) |
| OKLCH | oklch(0.783 0.137 0.9) |
Copy-ready code
/* CSS */
color: #ff91b3;
background-color: #ff91b3;
/* Tailwind (arbitrary) */
class="text-[#ff91b3] bg-[#ff91b3]"
/* SCSS */
$brand: #ff91b3;
/* SwiftUI */
Color(red: 1.000, green: 0.569, blue: 0.702)
/* Android */
Color.parseColor("#ff91b3")Accessibility — WCAG contrast
Aa
#ff91b3 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff91b3 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow29.8%
Key (black)0.0%
Color previews
#ff91b3 text on a black background
contrast 9.95:1
Card sample
#ff91b3 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff91b3;
Background color
Panel with #ff91b3 background
background-color: #ff91b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff91b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 145, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 145, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff91b3; background: linear-gradient(135deg, #ff91b3, #FFB891);