#feb2f4
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 178, 244
HSL
308°, 97%, 85%
CMYK
0, 30, 4, 0
Luminance
0.5944
Every format
| HEX | #feb2f4 |
| RGB | rgb(254, 178, 244) |
| HSL | hsl(308, 97%, 85%) |
| CMYK | cmyk(0%, 30%, 4%, 0%) |
| LAB | lab(81.5 37.7 -21.7) |
| LCH | lch(81.5 43.5 330.1) |
| OKLCH | oklch(0.856 0.121 331.2) |
Copy-ready code
/* CSS */
color: #feb2f4;
background-color: #feb2f4;
/* Tailwind (arbitrary) */
class="text-[#feb2f4] bg-[#feb2f4]"
/* SCSS */
$brand: #feb2f4;
/* SwiftUI */
Color(red: 0.996, green: 0.698, blue: 0.957)
/* Android */
Color.parseColor("#feb2f4")Accessibility — WCAG contrast
Aa
#feb2f4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb2f4 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green69.8%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow3.9%
Key (black)0.4%
Color previews
#feb2f4 text on a black background
contrast 12.89:1
Card sample
#feb2f4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb2f4;
Background color
Panel with #feb2f4 background
background-color: #feb2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 178, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 178, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb2f4; background: linear-gradient(135deg, #feb2f4, #FEB2C1);