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