#dacebf
a light, soft orange · warm · closest name: silver
RGB
218, 206, 191
HSL
33°, 27%, 80%
CMYK
0, 6, 12, 15
Luminance
0.6281
Every format
| HEX | #dacebf |
| RGB | rgb(218, 206, 191) |
| HSL | hsl(33, 27%, 80%) |
| CMYK | cmyk(0%, 6%, 12%, 15%) |
| LAB | lab(83.3 1.6 8.9) |
| LCH | lch(83.3 9.1 79.6) |
| OKLCH | oklch(0.857 0.024 73.6) |
Copy-ready code
/* CSS */
color: #dacebf;
background-color: #dacebf;
/* Tailwind (arbitrary) */
class="text-[#dacebf] bg-[#dacebf]"
/* SCSS */
$brand: #dacebf;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.749)
/* Android */
Color.parseColor("#dacebf")Accessibility — WCAG contrast
Aa
#dacebf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacebf on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow12.4%
Key (black)14.5%
Color previews
#dacebf text on a black background
contrast 13.56:1
Card sample
#dacebf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacebf;
Background color
Panel with #dacebf background
background-color: #dacebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacebf; background: linear-gradient(135deg, #dacebf, #D4DABF);