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