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