#febad2
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 186, 210
HSL
339°, 97%, 86%
CMYK
0, 27, 17, 0
Luminance
0.6084
Every format
| HEX | #febad2 |
| RGB | rgb(254, 186, 210) |
| HSL | hsl(339, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 17%, 0%) |
| LAB | lab(82.3 28.0 -2.3) |
| LCH | lch(82.3 28.1 355.3) |
| OKLCH | oklch(0.858 0.084 356.1) |
Copy-ready code
/* CSS */
color: #febad2;
background-color: #febad2;
/* Tailwind (arbitrary) */
class="text-[#febad2] bg-[#febad2]"
/* SCSS */
$brand: #febad2;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.824)
/* Android */
Color.parseColor("#febad2")Accessibility — WCAG contrast
Aa
#febad2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febad2 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow17.3%
Key (black)0.4%
Color previews
#febad2 text on a black background
contrast 13.17:1
Card sample
#febad2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febad2;
Background color
Panel with #febad2 background
background-color: #febad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febad2; background: linear-gradient(135deg, #febad2, #FECFBA);