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