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