#f5cace
a pale, vivid red · warm · closest name: pink
RGB
245, 202, 206
HSL
354°, 68%, 88%
CMYK
0, 18, 16, 4
Luminance
0.6611
Every format
| HEX | #f5cace |
| RGB | rgb(245, 202, 206) |
| HSL | hsl(354, 68%, 88%) |
| CMYK | cmyk(0%, 18%, 16%, 4%) |
| LAB | lab(85.0 15.8 3.7) |
| LCH | lch(85.0 16.2 13.3) |
| OKLCH | oklch(0.877 0.049 11.8) |
Copy-ready code
/* CSS */
color: #f5cace;
background-color: #f5cace;
/* Tailwind (arbitrary) */
class="text-[#f5cace] bg-[#f5cace]"
/* SCSS */
$brand: #f5cace;
/* SwiftUI */
Color(red: 0.961, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#f5cace")Accessibility — WCAG contrast
Aa
#f5cace on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cace on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow15.9%
Key (black)3.9%
Color previews
#f5cace text on a black background
contrast 14.22:1
Card sample
#f5cace text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cace;
Background color
Panel with #f5cace background
background-color: #f5cace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cace; background: linear-gradient(135deg, #f5cace, #F5E3CA);