#ffbafd
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 186, 253
HSL
302°, 100%, 87%
CMYK
0, 27, 1, 0
Luminance
0.6347
Every format
| HEX | #ffbafd |
| RGB | rgb(255, 186, 253) |
| HSL | hsl(302, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 1%, 0%) |
| LAB | lab(83.7 35.5 -23.3) |
| LCH | lch(83.7 42.4 326.7) |
| OKLCH | oklch(0.873 0.117 327.5) |
Copy-ready code
/* CSS */
color: #ffbafd;
background-color: #ffbafd;
/* Tailwind (arbitrary) */
class="text-[#ffbafd] bg-[#ffbafd]"
/* SCSS */
$brand: #ffbafd;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#ffbafd")Accessibility — WCAG contrast
Aa
#ffbafd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbafd on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow0.8%
Key (black)0.0%
Color previews
#ffbafd text on a black background
contrast 13.69:1
Card sample
#ffbafd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbafd;
Background color
Panel with #ffbafd background
background-color: #ffbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbafd; background: linear-gradient(135deg, #ffbafd, #FFBACF);