#f3adfc
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 173, 252
HSL
293°, 93%, 83%
CMYK
4, 31, 0, 1
Luminance
0.5597
Every format
| HEX | #f3adfc |
| RGB | rgb(243, 173, 252) |
| HSL | hsl(293, 93%, 83%) |
| CMYK | cmyk(4%, 31%, 0%, 1%) |
| LAB | lab(79.6 38.3 -29.1) |
| LCH | lch(79.6 48.1 322.8) |
| OKLCH | oklch(0.839 0.131 322.7) |
Copy-ready code
/* CSS */
color: #f3adfc;
background-color: #f3adfc;
/* Tailwind (arbitrary) */
class="text-[#f3adfc] bg-[#f3adfc]"
/* SCSS */
$brand: #f3adfc;
/* SwiftUI */
Color(red: 0.953, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#f3adfc")Accessibility — WCAG contrast
Aa
#f3adfc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3adfc on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.8%
Blue98.8%
CMYK percentages
Cyan3.6%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#f3adfc text on a black background
contrast 12.19:1
Card sample
#f3adfc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3adfc;
Background color
Panel with #f3adfc background
background-color: #f3adfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3adfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3adfc; background: linear-gradient(135deg, #f3adfc, #FCADD0);