#f2bcdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
242, 188, 223
HSL
321°, 68%, 84%
CMYK
0, 22, 8, 5
Luminance
0.6017
Every format
| HEX | #f2bcdf |
| RGB | rgb(242, 188, 223) |
| HSL | hsl(321, 68%, 84%) |
| CMYK | cmyk(0%, 22%, 8%, 5%) |
| LAB | lab(81.9 24.9 -10.0) |
| LCH | lch(81.9 26.8 338.2) |
| OKLCH | oklch(0.854 0.076 339.8) |
Copy-ready code
/* CSS */
color: #f2bcdf;
background-color: #f2bcdf;
/* Tailwind (arbitrary) */
class="text-[#f2bcdf] bg-[#f2bcdf]"
/* SCSS */
$brand: #f2bcdf;
/* SwiftUI */
Color(red: 0.949, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#f2bcdf")Accessibility — WCAG contrast
Aa
#f2bcdf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bcdf on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow7.9%
Key (black)5.1%
Color previews
#f2bcdf text on a black background
contrast 13.03:1
Card sample
#f2bcdf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bcdf;
Background color
Panel with #f2bcdf background
background-color: #f2bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bcdf; background: linear-gradient(135deg, #f2bcdf, #F2BDBC);