#ffcac8
a pale, electric red · warm · closest name: pink
RGB
255, 202, 200
HSL
2°, 100%, 89%
CMYK
0, 21, 22, 0
Luminance
0.6767
Every format
| HEX | #ffcac8 |
| RGB | rgb(255, 202, 200) |
| HSL | hsl(2, 100%, 89%) |
| CMYK | cmyk(0%, 21%, 22%, 0%) |
| LAB | lab(85.8 18.5 8.2) |
| LCH | lch(85.8 20.2 23.9) |
| OKLCH | oklch(0.885 0.061 20.9) |
Copy-ready code
/* CSS */
color: #ffcac8;
background-color: #ffcac8;
/* Tailwind (arbitrary) */
class="text-[#ffcac8] bg-[#ffcac8]"
/* SCSS */
$brand: #ffcac8;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.784)
/* Android */
Color.parseColor("#ffcac8")Accessibility — WCAG contrast
Aa
#ffcac8 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcac8 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow21.6%
Key (black)0.0%
Color previews
#ffcac8 text on a black background
contrast 14.53:1
Card sample
#ffcac8 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcac8;
Background color
Panel with #ffcac8 background
background-color: #ffcac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcac8; background: linear-gradient(135deg, #ffcac8, #FFEFC8);