#f0affc
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 175, 252
HSL
291°, 93%, 84%
CMYK
5, 31, 0, 1
Luminance
0.5621
Every format
| HEX | #f0affc |
| RGB | rgb(240, 175, 252) |
| HSL | hsl(291, 93%, 84%) |
| CMYK | cmyk(5%, 31%, 0%, 1%) |
| LAB | lab(79.7 36.4 -28.9) |
| LCH | lch(79.7 46.4 321.5) |
| OKLCH | oklch(0.840 0.125 321.1) |
Copy-ready code
/* CSS */
color: #f0affc;
background-color: #f0affc;
/* Tailwind (arbitrary) */
class="text-[#f0affc] bg-[#f0affc]"
/* SCSS */
$brand: #f0affc;
/* SwiftUI */
Color(red: 0.941, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#f0affc")Accessibility — WCAG contrast
Aa
#f0affc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0affc on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green68.6%
Blue98.8%
CMYK percentages
Cyan4.8%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#f0affc text on a black background
contrast 12.24:1
Card sample
#f0affc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0affc;
Background color
Panel with #f0affc background
background-color: #f0affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0affc; background: linear-gradient(135deg, #f0affc, #FCAFD5);