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