#febafc
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 186, 252
HSL
302°, 97%, 86%
CMYK
0, 27, 1, 0
Luminance
0.6322
Every format
| HEX | #febafc |
| RGB | rgb(254, 186, 252) |
| HSL | hsl(302, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 1%, 0%) |
| LAB | lab(83.6 35.0 -22.9) |
| LCH | lch(83.6 41.8 326.7) |
| OKLCH | oklch(0.872 0.115 327.5) |
Copy-ready code
/* CSS */
color: #febafc;
background-color: #febafc;
/* Tailwind (arbitrary) */
class="text-[#febafc] bg-[#febafc]"
/* SCSS */
$brand: #febafc;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#febafc")Accessibility — WCAG contrast
Aa
#febafc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febafc on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow0.8%
Key (black)0.4%
Color previews
#febafc text on a black background
contrast 13.64:1
Card sample
#febafc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febafc;
Background color
Panel with #febafc background
background-color: #febafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febafc; background: linear-gradient(135deg, #febafc, #FEBACF);