#ff96af
a light, electric red · warm · closest name: pink
RGB
255, 150, 175
HSL
346°, 100%, 79%
CMYK
0, 41, 31, 0
Luminance
0.4617
Every format
| HEX | #ff96af |
| RGB | rgb(255, 150, 175) |
| HSL | hsl(346, 100%, 79%) |
| CMYK | cmyk(0%, 41%, 31%, 0%) |
| LAB | lab(73.7 42.2 4.2) |
| LCH | lch(73.7 42.4 5.7) |
| OKLCH | oklch(0.789 0.128 5.1) |
Copy-ready code
/* CSS */
color: #ff96af;
background-color: #ff96af;
/* Tailwind (arbitrary) */
class="text-[#ff96af] bg-[#ff96af]"
/* SCSS */
$brand: #ff96af;
/* SwiftUI */
Color(red: 1.000, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#ff96af")Accessibility — WCAG contrast
Aa
#ff96af on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff96af on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow31.4%
Key (black)0.0%
Color previews
#ff96af text on a black background
contrast 10.23:1
Card sample
#ff96af text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff96af;
Background color
Panel with #ff96af background
background-color: #ff96af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff96af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff96af; background: linear-gradient(135deg, #ff96af, #FFC396);