#feb3f7
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 179, 247
HSL
306°, 97%, 85%
CMYK
0, 30, 3, 0
Luminance
0.6003
Every format
| HEX | #feb3f7 |
| RGB | rgb(254, 179, 247) |
| HSL | hsl(306, 97%, 85%) |
| CMYK | cmyk(0%, 30%, 3%, 0%) |
| LAB | lab(81.8 37.7 -22.9) |
| LCH | lch(81.8 44.1 328.8) |
| OKLCH | oklch(0.859 0.122 329.8) |
Copy-ready code
/* CSS */
color: #feb3f7;
background-color: #feb3f7;
/* Tailwind (arbitrary) */
class="text-[#feb3f7] bg-[#feb3f7]"
/* SCSS */
$brand: #feb3f7;
/* SwiftUI */
Color(red: 0.996, green: 0.702, blue: 0.969)
/* Android */
Color.parseColor("#feb3f7")Accessibility — WCAG contrast
Aa
#feb3f7 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb3f7 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green70.2%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow2.8%
Key (black)0.4%
Color previews
#feb3f7 text on a black background
contrast 13.01:1
Card sample
#feb3f7 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb3f7;
Background color
Panel with #feb3f7 background
background-color: #feb3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 179, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 179, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb3f7; background: linear-gradient(135deg, #feb3f7, #FEB3C5);