#dacac3
a light, soft orange · warm · closest name: silver
RGB
218, 202, 195
HSL
18°, 24%, 81%
CMYK
0, 7, 11, 15
Luminance
0.6109
Every format
| HEX | #dacac3 |
| RGB | rgb(218, 202, 195) |
| HSL | hsl(18, 24%, 81%) |
| CMYK | cmyk(0%, 7%, 11%, 15%) |
| LAB | lab(82.4 4.4 5.5) |
| LCH | lch(82.4 7.0 51.4) |
| OKLCH | oklch(0.850 0.020 45.2) |
Copy-ready code
/* CSS */
color: #dacac3;
background-color: #dacac3;
/* Tailwind (arbitrary) */
class="text-[#dacac3] bg-[#dacac3]"
/* SCSS */
$brand: #dacac3;
/* SwiftUI */
Color(red: 0.855, green: 0.792, blue: 0.765)
/* Android */
Color.parseColor("#dacac3")Accessibility — WCAG contrast
Aa
#dacac3 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacac3 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green79.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow10.6%
Key (black)14.5%
Color previews
#dacac3 text on a black background
contrast 13.22:1
Card sample
#dacac3 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacac3;
Background color
Panel with #dacac3 background
background-color: #dacac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 202, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 202, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacac3; background: linear-gradient(135deg, #dacac3, #DAD9C3);