#dacccf
a light, soft red · warm · closest name: silver
RGB
218, 204, 207
HSL
347°, 16%, 83%
CMYK
0, 6, 5, 15
Luminance
0.6260
Every format
| HEX | #dacccf |
| RGB | rgb(218, 204, 207) |
| HSL | hsl(347, 16%, 83%) |
| CMYK | cmyk(0%, 6%, 5%, 15%) |
| LAB | lab(83.2 5.4 0.3) |
| LCH | lch(83.2 5.4 2.8) |
| OKLCH | oklch(0.858 0.016 2.7) |
Copy-ready code
/* CSS */
color: #dacccf;
background-color: #dacccf;
/* Tailwind (arbitrary) */
class="text-[#dacccf] bg-[#dacccf]"
/* SCSS */
$brand: #dacccf;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#dacccf")Accessibility — WCAG contrast
Aa
#dacccf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacccf on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow5.0%
Key (black)14.5%
Color previews
#dacccf text on a black background
contrast 13.52:1
Card sample
#dacccf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacccf;
Background color
Panel with #dacccf background
background-color: #dacccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacccf; background: linear-gradient(135deg, #dacccf, #DAD2CC);