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