#ffcace
a pale, electric red · warm · closest name: pink
RGB
255, 202, 206
HSL
356°, 100%, 90%
CMYK
0, 21, 19, 0
Luminance
0.6796
Every format
| HEX | #ffcace |
| RGB | rgb(255, 202, 206) |
| HSL | hsl(356, 100%, 90%) |
| CMYK | cmyk(0%, 21%, 19%, 0%) |
| LAB | lab(86.0 19.3 5.2) |
| LCH | lch(86.0 20.0 15.0) |
| OKLCH | oklch(0.887 0.060 13.3) |
Copy-ready code
/* CSS */
color: #ffcace;
background-color: #ffcace;
/* Tailwind (arbitrary) */
class="text-[#ffcace] bg-[#ffcace]"
/* SCSS */
$brand: #ffcace;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#ffcace")Accessibility — WCAG contrast
Aa
#ffcace on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcace on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow19.2%
Key (black)0.0%
Color previews
#ffcace text on a black background
contrast 14.59:1
Card sample
#ffcace text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcace;
Background color
Panel with #ffcace background
background-color: #ffcace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcace; background: linear-gradient(135deg, #ffcace, #FFE9CA);