#ffbaf4
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 186, 244
HSL
310°, 100%, 87%
CMYK
0, 27, 4, 0
Luminance
0.6291
Every format
| HEX | #ffbaf4 |
| RGB | rgb(255, 186, 244) |
| HSL | hsl(310, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 4%, 0%) |
| LAB | lab(83.4 33.9 -18.9) |
| LCH | lch(83.4 38.8 330.8) |
| OKLCH | oklch(0.870 0.108 332.1) |
Copy-ready code
/* CSS */
color: #ffbaf4;
background-color: #ffbaf4;
/* Tailwind (arbitrary) */
class="text-[#ffbaf4] bg-[#ffbaf4]"
/* SCSS */
$brand: #ffbaf4;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.957)
/* Android */
Color.parseColor("#ffbaf4")Accessibility — WCAG contrast
Aa
#ffbaf4 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbaf4 on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow4.3%
Key (black)0.0%
Color previews
#ffbaf4 text on a black background
contrast 13.58:1
Card sample
#ffbaf4 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbaf4;
Background color
Panel with #ffbaf4 background
background-color: #ffbaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbaf4; background: linear-gradient(135deg, #ffbaf4, #FFBAC6);