#feb2cb
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 178, 203
HSL
340°, 97%, 85%
CMYK
0, 30, 20, 0
Luminance
0.5722
Every format
| HEX | #feb2cb |
| RGB | rgb(254, 178, 203) |
| HSL | hsl(340, 97%, 85%) |
| CMYK | cmyk(0%, 30%, 20%, 0%) |
| LAB | lab(80.3 31.1 -1.5) |
| LCH | lch(80.3 31.2 357.3) |
| OKLCH | oklch(0.842 0.093 357.9) |
Copy-ready code
/* CSS */
color: #feb2cb;
background-color: #feb2cb;
/* Tailwind (arbitrary) */
class="text-[#feb2cb] bg-[#feb2cb]"
/* SCSS */
$brand: #feb2cb;
/* SwiftUI */
Color(red: 0.996, green: 0.698, blue: 0.796)
/* Android */
Color.parseColor("#feb2cb")Accessibility — WCAG contrast
Aa
#feb2cb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb2cb on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green69.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow20.1%
Key (black)0.4%
Color previews
#feb2cb text on a black background
contrast 12.44:1
Card sample
#feb2cb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb2cb;
Background color
Panel with #feb2cb background
background-color: #feb2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 178, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 178, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb2cb; background: linear-gradient(135deg, #feb2cb, #FECCB2);