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