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