#ffcac0
a pale, electric red · warm · closest name: pink
RGB
255, 202, 192
HSL
10°, 100%, 88%
CMYK
0, 21, 25, 0
Luminance
0.6731
Every format
| HEX | #ffcac0 |
| RGB | rgb(255, 202, 192) |
| HSL | hsl(10, 100%, 88%) |
| CMYK | cmyk(0%, 21%, 25%, 0%) |
| LAB | lab(85.7 17.3 12.2) |
| LCH | lch(85.7 21.2 35.0) |
| OKLCH | oklch(0.883 0.062 30.6) |
Copy-ready code
/* CSS */
color: #ffcac0;
background-color: #ffcac0;
/* Tailwind (arbitrary) */
class="text-[#ffcac0] bg-[#ffcac0]"
/* SCSS */
$brand: #ffcac0;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.753)
/* Android */
Color.parseColor("#ffcac0")Accessibility — WCAG contrast
Aa
#ffcac0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcac0 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow24.7%
Key (black)0.0%
Color previews
#ffcac0 text on a black background
contrast 14.46:1
Card sample
#ffcac0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcac0;
Background color
Panel with #ffcac0 background
background-color: #ffcac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcac0; background: linear-gradient(135deg, #ffcac0, #FFF4C0);