#ff9dab
a light, electric red · warm · closest name: pink
RGB
255, 157, 171
HSL
351°, 100%, 81%
CMYK
0, 38, 33, 0
Luminance
0.4831
Every format
| HEX | #ff9dab |
| RGB | rgb(255, 157, 171) |
| HSL | hsl(351, 100%, 81%) |
| CMYK | cmyk(0%, 38%, 33%, 0%) |
| LAB | lab(75.0 38.1 8.3) |
| LCH | lch(75.0 39.0 12.4) |
| OKLCH | oklch(0.799 0.118 10.8) |
Copy-ready code
/* CSS */
color: #ff9dab;
background-color: #ff9dab;
/* Tailwind (arbitrary) */
class="text-[#ff9dab] bg-[#ff9dab]"
/* SCSS */
$brand: #ff9dab;
/* SwiftUI */
Color(red: 1.000, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#ff9dab")Accessibility — WCAG contrast
Aa
#ff9dab on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9dab on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green61.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow32.9%
Key (black)0.0%
Color previews
#ff9dab text on a black background
contrast 10.66:1
Card sample
#ff9dab text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9dab;
Background color
Panel with #ff9dab background
background-color: #ff9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9dab; background: linear-gradient(135deg, #ff9dab, #FFD09D);