#f2c5cc
a pale, vivid red · warm · closest name: pink
RGB
242, 197, 204
HSL
351°, 63%, 86%
CMYK
0, 19, 16, 5
Luminance
0.6317
Every format
| HEX | #f2c5cc |
| RGB | rgb(242, 197, 204) |
| HSL | hsl(351, 63%, 86%) |
| CMYK | cmyk(0%, 19%, 16%, 5%) |
| LAB | lab(83.5 17.0 2.6) |
| LCH | lch(83.5 17.2 8.5) |
| OKLCH | oklch(0.865 0.052 7.7) |
Copy-ready code
/* CSS */
color: #f2c5cc;
background-color: #f2c5cc;
/* Tailwind (arbitrary) */
class="text-[#f2c5cc] bg-[#f2c5cc]"
/* SCSS */
$brand: #f2c5cc;
/* SwiftUI */
Color(red: 0.949, green: 0.773, blue: 0.800)
/* Android */
Color.parseColor("#f2c5cc")Accessibility — WCAG contrast
Aa
#f2c5cc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2c5cc on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green77.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow15.7%
Key (black)5.1%
Color previews
#f2c5cc text on a black background
contrast 13.63:1
Card sample
#f2c5cc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2c5cc;
Background color
Panel with #f2c5cc background
background-color: #f2c5cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2c5cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 197, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 197, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2c5cc; background: linear-gradient(135deg, #f2c5cc, #F2DCC5);