#f4b0fc
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 176, 252
HSL
294°, 93%, 84%
CMYK
3, 30, 0, 1
Luminance
0.5731
Every format
| HEX | #f4b0fc |
| RGB | rgb(244, 176, 252) |
| HSL | hsl(294, 93%, 84%) |
| CMYK | cmyk(3%, 30%, 0%, 1%) |
| LAB | lab(80.4 37.1 -27.9) |
| LCH | lch(80.4 46.4 323.0) |
| OKLCH | oklch(0.845 0.126 323.0) |
Copy-ready code
/* CSS */
color: #f4b0fc;
background-color: #f4b0fc;
/* Tailwind (arbitrary) */
class="text-[#f4b0fc] bg-[#f4b0fc]"
/* SCSS */
$brand: #f4b0fc;
/* SwiftUI */
Color(red: 0.957, green: 0.690, blue: 0.988)
/* Android */
Color.parseColor("#f4b0fc")Accessibility — WCAG contrast
Aa
#f4b0fc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4b0fc on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green69.0%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta30.2%
Yellow0.0%
Key (black)1.2%
Color previews
#f4b0fc text on a black background
contrast 12.46:1
Card sample
#f4b0fc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4b0fc;
Background color
Panel with #f4b0fc background
background-color: #f4b0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4b0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 176, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 176, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4b0fc; background: linear-gradient(135deg, #f4b0fc, #FCB0D1);