#dacecc
a light, soft red · warm · closest name: silver
RGB
218, 206, 204
HSL
9°, 16%, 83%
CMYK
0, 6, 6, 15
Luminance
0.6341
Every format
| HEX | #dacecc |
| RGB | rgb(218, 206, 204) |
| HSL | hsl(9, 16%, 83%) |
| CMYK | cmyk(0%, 6%, 6%, 15%) |
| LAB | lab(83.7 3.8 2.5) |
| LCH | lch(83.7 4.5 33.1) |
| OKLCH | oklch(0.861 0.014 28.9) |
Copy-ready code
/* CSS */
color: #dacecc;
background-color: #dacecc;
/* Tailwind (arbitrary) */
class="text-[#dacecc] bg-[#dacecc]"
/* SCSS */
$brand: #dacecc;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#dacecc")Accessibility — WCAG contrast
Aa
#dacecc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacecc on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow6.4%
Key (black)14.5%
Color previews
#dacecc text on a black background
contrast 13.68:1
Card sample
#dacecc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacecc;
Background color
Panel with #dacecc background
background-color: #dacecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacecc; background: linear-gradient(135deg, #dacecc, #DAD7CC);