#ffa3ee
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 163, 238
HSL
311°, 100%, 82%
CMYK
0, 36, 7, 0
Luminance
0.5363
Every format
| HEX | #ffa3ee |
| RGB | rgb(255, 163, 238) |
| HSL | hsl(311, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 7%, 0%) |
| LAB | lab(78.3 44.8 -23.5) |
| LCH | lch(78.3 50.6 332.3) |
| OKLCH | oklch(0.830 0.143 333.7) |
Copy-ready code
/* CSS */
color: #ffa3ee;
background-color: #ffa3ee;
/* Tailwind (arbitrary) */
class="text-[#ffa3ee] bg-[#ffa3ee]"
/* SCSS */
$brand: #ffa3ee;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.933)
/* Android */
Color.parseColor("#ffa3ee")Accessibility — WCAG contrast
Aa
#ffa3ee on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa3ee on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow6.7%
Key (black)0.0%
Color previews
#ffa3ee text on a black background
contrast 11.73:1
Card sample
#ffa3ee text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa3ee;
Background color
Panel with #ffa3ee background
background-color: #ffa3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa3ee; background: linear-gradient(135deg, #ffa3ee, #FFA3B1);