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