#f7cace
a pale, vivid red · warm · closest name: pink
RGB
247, 202, 206
HSL
355°, 74%, 88%
CMYK
0, 18, 17, 3
Luminance
0.6647
Every format
| HEX | #f7cace |
| RGB | rgb(247, 202, 206) |
| HSL | hsl(355, 74%, 88%) |
| CMYK | cmyk(0%, 18%, 17%, 3%) |
| LAB | lab(85.2 16.5 4.0) |
| LCH | lch(85.2 17.0 13.7) |
| OKLCH | oklch(0.879 0.051 12.2) |
Copy-ready code
/* CSS */
color: #f7cace;
background-color: #f7cace;
/* Tailwind (arbitrary) */
class="text-[#f7cace] bg-[#f7cace]"
/* SCSS */
$brand: #f7cace;
/* SwiftUI */
Color(red: 0.969, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#f7cace")Accessibility — WCAG contrast
Aa
#f7cace on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cace on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow16.6%
Key (black)3.1%
Color previews
#f7cace text on a black background
contrast 14.29:1
Card sample
#f7cace text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cace;
Background color
Panel with #f7cace background
background-color: #f7cace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cace; background: linear-gradient(135deg, #f7cace, #F7E4CA);