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