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