#f4b7ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
244, 183, 255
HSL
291°, 100%, 86%
CMYK
4, 28, 0, 0
Luminance
0.6032
Every format
| HEX | #f4b7ff |
| RGB | rgb(244, 183, 255) |
| HSL | hsl(291, 100%, 86%) |
| CMYK | cmyk(4%, 28%, 0%, 0%) |
| LAB | lab(82.0 33.9 -27.0) |
| LCH | lch(82.0 43.4 321.5) |
| OKLCH | oklch(0.858 0.117 321.2) |
Copy-ready code
/* CSS */
color: #f4b7ff;
background-color: #f4b7ff;
/* Tailwind (arbitrary) */
class="text-[#f4b7ff] bg-[#f4b7ff]"
/* SCSS */
$brand: #f4b7ff;
/* SwiftUI */
Color(red: 0.957, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#f4b7ff")Accessibility — WCAG contrast
Aa
#f4b7ff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4b7ff on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green71.8%
Blue100.0%
CMYK percentages
Cyan4.3%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#f4b7ff text on a black background
contrast 13.06:1
Card sample
#f4b7ff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4b7ff;
Background color
Panel with #f4b7ff background
background-color: #f4b7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4b7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4b7ff; background: linear-gradient(135deg, #f4b7ff, #FFB7DA);