#f5aeee
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 174, 238
HSL
306°, 78%, 82%
CMYK
0, 29, 3, 4
Luminance
0.5586
Every format
| HEX | #f5aeee |
| RGB | rgb(245, 174, 238) |
| HSL | hsl(306, 78%, 82%) |
| CMYK | cmyk(0%, 29%, 3%, 4%) |
| LAB | lab(79.5 35.9 -21.6) |
| LCH | lch(79.5 41.9 328.9) |
| OKLCH | oklch(0.838 0.116 330.0) |
Copy-ready code
/* CSS */
color: #f5aeee;
background-color: #f5aeee;
/* Tailwind (arbitrary) */
class="text-[#f5aeee] bg-[#f5aeee]"
/* SCSS */
$brand: #f5aeee;
/* SwiftUI */
Color(red: 0.961, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#f5aeee")Accessibility — WCAG contrast
Aa
#f5aeee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5aeee on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green68.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow2.9%
Key (black)3.9%
Color previews
#f5aeee text on a black background
contrast 12.17:1
Card sample
#f5aeee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5aeee;
Background color
Panel with #f5aeee background
background-color: #f5aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5aeee; background: linear-gradient(135deg, #f5aeee, #F5AEBF);