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