#fed4ff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 212, 255
HSL
299°, 100%, 92%
CMYK
0, 17, 0, 0
Luminance
0.7538
Every format
| HEX | #fed4ff |
| RGB | rgb(254, 212, 255) |
| HSL | hsl(299, 100%, 92%) |
| CMYK | cmyk(0%, 17%, 0%, 0%) |
| LAB | lab(89.6 21.8 -15.4) |
| LCH | lch(89.6 26.8 324.7) |
| OKLCH | oklch(0.918 0.073 325.4) |
Copy-ready code
/* CSS */
color: #fed4ff;
background-color: #fed4ff;
/* Tailwind (arbitrary) */
class="text-[#fed4ff] bg-[#fed4ff]"
/* SCSS */
$brand: #fed4ff;
/* SwiftUI */
Color(red: 0.996, green: 0.831, blue: 1.000)
/* Android */
Color.parseColor("#fed4ff")Accessibility — WCAG contrast
Aa
#fed4ff on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fed4ff on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green83.1%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta16.9%
Yellow0.0%
Key (black)0.0%
Color previews
#fed4ff text on a black background
contrast 16.08:1
Card sample
#fed4ff text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fed4ff;
Background color
Panel with #fed4ff background
background-color: #fed4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fed4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 212, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 212, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fed4ff; background: linear-gradient(135deg, #fed4ff, #FFD4E3);