#febefd
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 190, 253
HSL
301°, 97%, 87%
CMYK
0, 25, 0, 0
Luminance
0.6499
Every format
| HEX | #febefd |
| RGB | rgb(254, 190, 253) |
| HSL | hsl(301, 97%, 87%) |
| CMYK | cmyk(0%, 25%, 0%, 0%) |
| LAB | lab(84.5 33.0 -22.1) |
| LCH | lch(84.5 39.7 326.3) |
| OKLCH | oklch(0.879 0.109 327.0) |
Copy-ready code
/* CSS */
color: #febefd;
background-color: #febefd;
/* Tailwind (arbitrary) */
class="text-[#febefd] bg-[#febefd]"
/* SCSS */
$brand: #febefd;
/* SwiftUI */
Color(red: 0.996, green: 0.745, blue: 0.992)
/* Android */
Color.parseColor("#febefd")Accessibility — WCAG contrast
Aa
#febefd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febefd on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta25.2%
Yellow0.4%
Key (black)0.4%
Color previews
#febefd text on a black background
contrast 14.00:1
Card sample
#febefd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febefd;
Background color
Panel with #febefd background
background-color: #febefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 190, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 190, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febefd; background: linear-gradient(135deg, #febefd, #FEBED3);