#ff99af
a light, electric red · warm · closest name: pink
RGB
255, 153, 175
HSL
347°, 100%, 80%
CMYK
0, 40, 31, 0
Luminance
0.4714
Every format
| HEX | #ff99af |
| RGB | rgb(255, 153, 175) |
| HSL | hsl(347, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 31%, 0%) |
| LAB | lab(74.3 40.7 5.1) |
| LCH | lch(74.3 41.0 7.1) |
| OKLCH | oklch(0.794 0.124 6.4) |
Copy-ready code
/* CSS */
color: #ff99af;
background-color: #ff99af;
/* Tailwind (arbitrary) */
class="text-[#ff99af] bg-[#ff99af]"
/* SCSS */
$brand: #ff99af;
/* SwiftUI */
Color(red: 1.000, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#ff99af")Accessibility — WCAG contrast
Aa
#ff99af on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff99af on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow31.4%
Key (black)0.0%
Color previews
#ff99af text on a black background
contrast 10.43:1
Card sample
#ff99af text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff99af;
Background color
Panel with #ff99af background
background-color: #ff99af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff99af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff99af; background: linear-gradient(135deg, #ff99af, #FFC799);