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