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