#f4bcff
a pale, electric magenta / pink · warm · closest name: plum
RGB
244, 188, 255
HSL
290°, 100%, 87%
CMYK
4, 26, 0, 0
Luminance
0.6242
Every format
| HEX | #f4bcff |
| RGB | rgb(244, 188, 255) |
| HSL | hsl(290, 100%, 87%) |
| CMYK | cmyk(4%, 26%, 0%, 0%) |
| LAB | lab(83.1 31.3 -25.3) |
| LCH | lch(83.1 40.2 321.1) |
| OKLCH | oklch(0.867 0.108 320.8) |
Copy-ready code
/* CSS */
color: #f4bcff;
background-color: #f4bcff;
/* Tailwind (arbitrary) */
class="text-[#f4bcff] bg-[#f4bcff]"
/* SCSS */
$brand: #f4bcff;
/* SwiftUI */
Color(red: 0.957, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#f4bcff")Accessibility — WCAG contrast
Aa
#f4bcff on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bcff on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green73.7%
Blue100.0%
CMYK percentages
Cyan4.3%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f4bcff text on a black background
contrast 13.48:1
Card sample
#f4bcff text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bcff;
Background color
Panel with #f4bcff background
background-color: #f4bcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bcff; background: linear-gradient(135deg, #f4bcff, #FFBCDD);