#fda6ee
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 166, 238
HSL
310°, 96%, 82%
CMYK
0, 34, 6, 1
Luminance
0.5433
Every format
| HEX | #fda6ee |
| RGB | rgb(253, 166, 238) |
| HSL | hsl(310, 96%, 82%) |
| CMYK | cmyk(0%, 34%, 6%, 1%) |
| LAB | lab(78.7 42.6 -22.9) |
| LCH | lch(78.7 48.4 331.8) |
| OKLCH | oklch(0.833 0.136 333.1) |
Copy-ready code
/* CSS */
color: #fda6ee;
background-color: #fda6ee;
/* Tailwind (arbitrary) */
class="text-[#fda6ee] bg-[#fda6ee]"
/* SCSS */
$brand: #fda6ee;
/* SwiftUI */
Color(red: 0.992, green: 0.651, blue: 0.933)
/* Android */
Color.parseColor("#fda6ee")Accessibility — WCAG contrast
Aa
#fda6ee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda6ee on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow5.9%
Key (black)0.8%
Color previews
#fda6ee text on a black background
contrast 11.87:1
Card sample
#fda6ee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda6ee;
Background color
Panel with #fda6ee background
background-color: #fda6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 166, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 166, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda6ee; background: linear-gradient(135deg, #fda6ee, #FDA6B4);