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