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