#ffdacf
a pale, electric red · warm · closest name: pink
RGB
255, 218, 207
HSL
14°, 100%, 91%
CMYK
0, 15, 19, 0
Luminance
0.7591
Every format
| HEX | #ffdacf |
| RGB | rgb(255, 218, 207) |
| HSL | hsl(14, 100%, 91%) |
| CMYK | cmyk(0%, 15%, 19%, 0%) |
| LAB | lab(89.8 11.2 10.2) |
| LCH | lch(89.8 15.1 42.4) |
| OKLCH | oklch(0.916 0.044 37.2) |
Copy-ready code
/* CSS */
color: #ffdacf;
background-color: #ffdacf;
/* Tailwind (arbitrary) */
class="text-[#ffdacf] bg-[#ffdacf]"
/* SCSS */
$brand: #ffdacf;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#ffdacf")Accessibility — WCAG contrast
Aa
#ffdacf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdacf on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow18.8%
Key (black)0.0%
Color previews
#ffdacf text on a black background
contrast 16.18:1
Card sample
#ffdacf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdacf;
Background color
Panel with #ffdacf background
background-color: #ffdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdacf; background: linear-gradient(135deg, #ffdacf, #FFFACF);