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