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