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