#ffcac4
a pale, electric red · warm · closest name: pink
RGB
255, 202, 196
HSL
6°, 100%, 88%
CMYK
0, 21, 23, 0
Luminance
0.6749
Every format
| HEX | #ffcac4 |
| RGB | rgb(255, 202, 196) |
| HSL | hsl(6, 100%, 88%) |
| CMYK | cmyk(0%, 21%, 23%, 0%) |
| LAB | lab(85.8 17.9 10.2) |
| LCH | lch(85.8 20.6 29.6) |
| OKLCH | oklch(0.884 0.061 25.8) |
Copy-ready code
/* CSS */
color: #ffcac4;
background-color: #ffcac4;
/* Tailwind (arbitrary) */
class="text-[#ffcac4] bg-[#ffcac4]"
/* SCSS */
$brand: #ffcac4;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.769)
/* Android */
Color.parseColor("#ffcac4")Accessibility — WCAG contrast
Aa
#ffcac4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcac4 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow23.1%
Key (black)0.0%
Color previews
#ffcac4 text on a black background
contrast 14.50:1
Card sample
#ffcac4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcac4;
Background color
Panel with #ffcac4 background
background-color: #ffcac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcac4; background: linear-gradient(135deg, #ffcac4, #FFF1C4);