#feb3cf
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 179, 207
HSL
338°, 97%, 85%
CMYK
0, 30, 19, 0
Luminance
0.5782
Every format
| HEX | #feb3cf |
| RGB | rgb(254, 179, 207) |
| HSL | hsl(338, 97%, 85%) |
| CMYK | cmyk(0%, 30%, 19%, 0%) |
| LAB | lab(80.6 31.2 -3.1) |
| LCH | lch(80.6 31.4 354.3) |
| OKLCH | oklch(0.845 0.094 355.2) |
Copy-ready code
/* CSS */
color: #feb3cf;
background-color: #feb3cf;
/* Tailwind (arbitrary) */
class="text-[#feb3cf] bg-[#feb3cf]"
/* SCSS */
$brand: #feb3cf;
/* SwiftUI */
Color(red: 0.996, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#feb3cf")Accessibility — WCAG contrast
Aa
#feb3cf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb3cf on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green70.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow18.5%
Key (black)0.4%
Color previews
#feb3cf text on a black background
contrast 12.56:1
Card sample
#feb3cf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb3cf;
Background color
Panel with #feb3cf background
background-color: #feb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb3cf; background: linear-gradient(135deg, #feb3cf, #FEC9B3);