#fd90ab
a light, electric red · warm · closest name: pink
RGB
253, 144, 171
HSL
345°, 97%, 78%
CMYK
0, 43, 32, 1
Luminance
0.4377
Every format
| HEX | #fd90ab |
| RGB | rgb(253, 144, 171) |
| HSL | hsl(345, 97%, 78%) |
| CMYK | cmyk(0%, 43%, 32%, 1%) |
| LAB | lab(72.1 44.0 4.1) |
| LCH | lch(72.1 44.2 5.3) |
| OKLCH | oklch(0.776 0.134 4.8) |
Copy-ready code
/* CSS */
color: #fd90ab;
background-color: #fd90ab;
/* Tailwind (arbitrary) */
class="text-[#fd90ab] bg-[#fd90ab]"
/* SCSS */
$brand: #fd90ab;
/* SwiftUI */
Color(red: 0.992, green: 0.565, blue: 0.671)
/* Android */
Color.parseColor("#fd90ab")Accessibility — WCAG contrast
Aa
#fd90ab on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd90ab on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow32.4%
Key (black)0.8%
Color previews
#fd90ab text on a black background
contrast 9.75:1
Card sample
#fd90ab text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd90ab;
Background color
Panel with #fd90ab background
background-color: #fd90ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd90ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 144, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 144, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd90ab; background: linear-gradient(135deg, #fd90ab, #FDBD90);