#f6cace
a pale, vivid red · warm · closest name: pink
RGB
246, 202, 206
HSL
355°, 71%, 88%
CMYK
0, 18, 16, 4
Luminance
0.6629
Every format
| HEX | #f6cace |
| RGB | rgb(246, 202, 206) |
| HSL | hsl(355, 71%, 88%) |
| CMYK | cmyk(0%, 18%, 16%, 4%) |
| LAB | lab(85.2 16.1 3.9) |
| LCH | lch(85.2 16.6 13.5) |
| OKLCH | oklch(0.878 0.050 12.0) |
Copy-ready code
/* CSS */
color: #f6cace;
background-color: #f6cace;
/* Tailwind (arbitrary) */
class="text-[#f6cace] bg-[#f6cace]"
/* SCSS */
$brand: #f6cace;
/* SwiftUI */
Color(red: 0.965, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#f6cace")Accessibility — WCAG contrast
Aa
#f6cace on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cace on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow16.3%
Key (black)3.5%
Color previews
#f6cace text on a black background
contrast 14.26:1
Card sample
#f6cace text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cace;
Background color
Panel with #f6cace background
background-color: #f6cace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cace; background: linear-gradient(135deg, #f6cace, #F6E3CA);