#f1bade
a light, vivid magenta / pink · warm · closest name: pink
RGB
241, 186, 222
HSL
321°, 66%, 84%
CMYK
0, 23, 8, 6
Luminance
0.5909
Every format
| HEX | #f1bade |
| RGB | rgb(241, 186, 222) |
| HSL | hsl(321, 66%, 84%) |
| CMYK | cmyk(0%, 23%, 8%, 6%) |
| LAB | lab(81.3 25.4 -10.3) |
| LCH | lch(81.3 27.5 337.9) |
| OKLCH | oklch(0.849 0.078 339.6) |
Copy-ready code
/* CSS */
color: #f1bade;
background-color: #f1bade;
/* Tailwind (arbitrary) */
class="text-[#f1bade] bg-[#f1bade]"
/* SCSS */
$brand: #f1bade;
/* SwiftUI */
Color(red: 0.945, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#f1bade")Accessibility — WCAG contrast
Aa
#f1bade on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1bade on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green72.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow7.9%
Key (black)5.5%
Color previews
#f1bade text on a black background
contrast 12.82:1
Card sample
#f1bade text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1bade;
Background color
Panel with #f1bade background
background-color: #f1bade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1bade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1bade; background: linear-gradient(135deg, #f1bade, #F1BBBA);