#febfef
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 191, 239
HSL
314°, 97%, 87%
CMYK
0, 25, 6, 0
Luminance
0.6456
Every format
| HEX | #febfef |
| RGB | rgb(254, 191, 239) |
| HSL | hsl(314, 97%, 87%) |
| CMYK | cmyk(0%, 25%, 6%, 0%) |
| LAB | lab(84.3 30.1 -14.9) |
| LCH | lch(84.3 33.6 333.6) |
| OKLCH | oklch(0.876 0.095 335.1) |
Copy-ready code
/* CSS */
color: #febfef;
background-color: #febfef;
/* Tailwind (arbitrary) */
class="text-[#febfef] bg-[#febfef]"
/* SCSS */
$brand: #febfef;
/* SwiftUI */
Color(red: 0.996, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#febfef")Accessibility — WCAG contrast
Aa
#febfef on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febfef on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow5.9%
Key (black)0.4%
Color previews
#febfef text on a black background
contrast 13.91:1
Card sample
#febfef text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febfef;
Background color
Panel with #febfef background
background-color: #febfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febfef; background: linear-gradient(135deg, #febfef, #FEBFC5);