#febdff
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 189, 255
HSL
299°, 100%, 87%
CMYK
0, 26, 0, 0
Luminance
0.6469
Every format
| HEX | #febdff |
| RGB | rgb(254, 189, 255) |
| HSL | hsl(299, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 0%, 0%) |
| LAB | lab(84.3 33.9 -23.4) |
| LCH | lch(84.3 41.2 325.4) |
| OKLCH | oklch(0.878 0.113 326.0) |
Copy-ready code
/* CSS */
color: #febdff;
background-color: #febdff;
/* Tailwind (arbitrary) */
class="text-[#febdff] bg-[#febdff]"
/* SCSS */
$brand: #febdff;
/* SwiftUI */
Color(red: 0.996, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#febdff")Accessibility — WCAG contrast
Aa
#febdff on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febdff on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.1%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#febdff text on a black background
contrast 13.94:1
Card sample
#febdff text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febdff;
Background color
Panel with #febdff background
background-color: #febdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febdff; background: linear-gradient(135deg, #febdff, #FFBDD4);