#f7aaeb
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 170, 235
HSL
309°, 83%, 82%
CMYK
0, 31, 5, 3
Luminance
0.5452
Every format
| HEX | #f7aaeb |
| RGB | rgb(247, 170, 235) |
| HSL | hsl(309, 83%, 82%) |
| CMYK | cmyk(0%, 31%, 5%, 3%) |
| LAB | lab(78.8 38.1 -21.1) |
| LCH | lch(78.8 43.6 331.0) |
| OKLCH | oklch(0.832 0.122 332.2) |
Copy-ready code
/* CSS */
color: #f7aaeb;
background-color: #f7aaeb;
/* Tailwind (arbitrary) */
class="text-[#f7aaeb] bg-[#f7aaeb]"
/* SCSS */
$brand: #f7aaeb;
/* SwiftUI */
Color(red: 0.969, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#f7aaeb")Accessibility — WCAG contrast
Aa
#f7aaeb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7aaeb on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green66.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow4.9%
Key (black)3.1%
Color previews
#f7aaeb text on a black background
contrast 11.90:1
Card sample
#f7aaeb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7aaeb;
Background color
Panel with #f7aaeb background
background-color: #f7aaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7aaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7aaeb; background: linear-gradient(135deg, #f7aaeb, #F7AAB8);