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