#feb0cf
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 176, 207
HSL
336°, 98%, 84%
CMYK
0, 31, 19, 0
Luminance
0.5663
Every format
| HEX | #feb0cf |
| RGB | rgb(254, 176, 207) |
| HSL | hsl(336, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 19%, 0%) |
| LAB | lab(80.0 32.8 -4.1) |
| LCH | lch(80.0 33.0 352.8) |
| OKLCH | oklch(0.840 0.098 353.9) |
Copy-ready code
/* CSS */
color: #feb0cf;
background-color: #feb0cf;
/* Tailwind (arbitrary) */
class="text-[#feb0cf] bg-[#feb0cf]"
/* SCSS */
$brand: #feb0cf;
/* SwiftUI */
Color(red: 0.996, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#feb0cf")Accessibility — WCAG contrast
Aa
#feb0cf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb0cf on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green69.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow18.5%
Key (black)0.4%
Color previews
#feb0cf text on a black background
contrast 12.33:1
Card sample
#feb0cf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb0cf;
Background color
Panel with #feb0cf background
background-color: #feb0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb0cf; background: linear-gradient(135deg, #feb0cf, #FEC5B0);