#f2cace
a pale, vivid red · warm · closest name: pink
RGB
242, 202, 206
HSL
354°, 61%, 87%
CMYK
0, 17, 15, 5
Luminance
0.6557
Every format
| HEX | #f2cace |
| RGB | rgb(242, 202, 206) |
| HSL | hsl(354, 61%, 87%) |
| CMYK | cmyk(0%, 17%, 15%, 5%) |
| LAB | lab(84.8 14.7 3.3) |
| LCH | lch(84.8 15.1 12.6) |
| OKLCH | oklch(0.874 0.045 11.3) |
Copy-ready code
/* CSS */
color: #f2cace;
background-color: #f2cace;
/* Tailwind (arbitrary) */
class="text-[#f2cace] bg-[#f2cace]"
/* SCSS */
$brand: #f2cace;
/* SwiftUI */
Color(red: 0.949, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#f2cace")Accessibility — WCAG contrast
Aa
#f2cace on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cace on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow14.9%
Key (black)5.1%
Color previews
#f2cace text on a black background
contrast 14.11:1
Card sample
#f2cace text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cace;
Background color
Panel with #f2cace background
background-color: #f2cace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cace; background: linear-gradient(135deg, #f2cace, #F2E1CA);