#f2badd
a light, vivid magenta / pink · warm · closest name: pink
RGB
242, 186, 221
HSL
323°, 68%, 84%
CMYK
0, 23, 9, 5
Luminance
0.5922
Every format
| HEX | #f2badd |
| RGB | rgb(242, 186, 221) |
| HSL | hsl(323, 68%, 84%) |
| CMYK | cmyk(0%, 23%, 9%, 5%) |
| LAB | lab(81.4 25.6 -9.7) |
| LCH | lch(81.4 27.4 339.3) |
| OKLCH | oklch(0.850 0.079 341.0) |
Copy-ready code
/* CSS */
color: #f2badd;
background-color: #f2badd;
/* Tailwind (arbitrary) */
class="text-[#f2badd] bg-[#f2badd]"
/* SCSS */
$brand: #f2badd;
/* SwiftUI */
Color(red: 0.949, green: 0.729, blue: 0.867)
/* Android */
Color.parseColor("#f2badd")Accessibility — WCAG contrast
Aa
#f2badd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2badd on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green72.9%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow8.7%
Key (black)5.1%
Color previews
#f2badd text on a black background
contrast 12.84:1
Card sample
#f2badd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2badd;
Background color
Panel with #f2badd background
background-color: #f2badd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2badd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 186, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 186, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2badd; background: linear-gradient(135deg, #f2badd, #F2BCBA);