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