#feb5cd
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 181, 205
HSL
340°, 97%, 85%
CMYK
0, 29, 19, 0
Luminance
0.5853
Every format
| HEX | #feb5cd |
| RGB | rgb(254, 181, 205) |
| HSL | hsl(340, 97%, 85%) |
| CMYK | cmyk(0%, 29%, 19%, 0%) |
| LAB | lab(81.0 29.9 -1.5) |
| LCH | lch(81.0 29.9 357.2) |
| OKLCH | oklch(0.848 0.089 357.8) |
Copy-ready code
/* CSS */
color: #feb5cd;
background-color: #feb5cd;
/* Tailwind (arbitrary) */
class="text-[#feb5cd] bg-[#feb5cd]"
/* SCSS */
$brand: #feb5cd;
/* SwiftUI */
Color(red: 0.996, green: 0.710, blue: 0.804)
/* Android */
Color.parseColor("#feb5cd")Accessibility — WCAG contrast
Aa
#feb5cd on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb5cd on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green71.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow19.3%
Key (black)0.4%
Color previews
#feb5cd text on a black background
contrast 12.71:1
Card sample
#feb5cd text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb5cd;
Background color
Panel with #feb5cd background
background-color: #feb5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 181, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 181, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb5cd; background: linear-gradient(135deg, #feb5cd, #FECEB5);