#f3aef6
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 174, 246
HSL
298°, 80%, 82%
CMYK
1, 29, 0, 4
Luminance
0.5598
Every format
| HEX | #f3aef6 |
| RGB | rgb(243, 174, 246) |
| HSL | hsl(298, 80%, 82%) |
| CMYK | cmyk(1%, 29%, 0%, 4%) |
| LAB | lab(79.6 36.7 -25.8) |
| LCH | lch(79.6 44.9 324.9) |
| OKLCH | oklch(0.839 0.123 325.2) |
Copy-ready code
/* CSS */
color: #f3aef6;
background-color: #f3aef6;
/* Tailwind (arbitrary) */
class="text-[#f3aef6] bg-[#f3aef6]"
/* SCSS */
$brand: #f3aef6;
/* SwiftUI */
Color(red: 0.953, green: 0.682, blue: 0.965)
/* Android */
Color.parseColor("#f3aef6")Accessibility — WCAG contrast
Aa
#f3aef6 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3aef6 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green68.2%
Blue96.5%
CMYK percentages
Cyan1.2%
Magenta29.3%
Yellow0.0%
Key (black)3.5%
Color previews
#f3aef6 text on a black background
contrast 12.20:1
Card sample
#f3aef6 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3aef6;
Background color
Panel with #f3aef6 background
background-color: #f3aef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3aef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 174, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 174, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3aef6; background: linear-gradient(135deg, #f3aef6, #F6AEC9);