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