#fcb3ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 179, 255
HSL
298°, 100%, 85%
CMYK
1, 30, 0, 0
Luminance
0.6016
Every format
| HEX | #fcb3ff |
| RGB | rgb(252, 179, 255) |
| HSL | hsl(298, 100%, 85%) |
| CMYK | cmyk(1%, 30%, 0%, 0%) |
| LAB | lab(81.9 38.5 -27.0) |
| LCH | lch(81.9 47.1 324.9) |
| OKLCH | oklch(0.859 0.129 325.3) |
Copy-ready code
/* CSS */
color: #fcb3ff;
background-color: #fcb3ff;
/* Tailwind (arbitrary) */
class="text-[#fcb3ff] bg-[#fcb3ff]"
/* SCSS */
$brand: #fcb3ff;
/* SwiftUI */
Color(red: 0.988, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#fcb3ff")Accessibility — WCAG contrast
Aa
#fcb3ff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb3ff on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green70.2%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fcb3ff text on a black background
contrast 13.03:1
Card sample
#fcb3ff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb3ff;
Background color
Panel with #fcb3ff background
background-color: #fcb3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb3ff; background: linear-gradient(135deg, #fcb3ff, #FFB3CF);