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