#f2c0da
a pale, vivid magenta / pink · warm · closest name: pink
RGB
242, 192, 218
HSL
329°, 66%, 85%
CMYK
0, 21, 10, 5
Luminance
0.6164
Every format
| HEX | #f2c0da |
| RGB | rgb(242, 192, 218) |
| HSL | hsl(329, 66%, 85%) |
| CMYK | cmyk(0%, 21%, 10%, 5%) |
| LAB | lab(82.7 21.9 -6.1) |
| LCH | lch(82.7 22.8 344.4) |
| OKLCH | oklch(0.860 0.066 346.0) |
Copy-ready code
/* CSS */
color: #f2c0da;
background-color: #f2c0da;
/* Tailwind (arbitrary) */
class="text-[#f2c0da] bg-[#f2c0da]"
/* SCSS */
$brand: #f2c0da;
/* SwiftUI */
Color(red: 0.949, green: 0.753, blue: 0.855)
/* Android */
Color.parseColor("#f2c0da")Accessibility — WCAG contrast
Aa
#f2c0da on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2c0da on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green75.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow9.9%
Key (black)5.1%
Color previews
#f2c0da text on a black background
contrast 13.33:1
Card sample
#f2c0da text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2c0da;
Background color
Panel with #f2c0da background
background-color: #f2c0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2c0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 192, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 192, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2c0da; background: linear-gradient(135deg, #f2c0da, #F2C7C0);