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