#dacab7
a light, soft orange · warm · closest name: silver
RGB
218, 202, 183
HSL
33°, 32%, 79%
CMYK
0, 7, 16, 15
Luminance
0.6057
Every format
| HEX | #dacab7 |
| RGB | rgb(218, 202, 183) |
| HSL | hsl(33, 32%, 79%) |
| CMYK | cmyk(0%, 7%, 16%, 15%) |
| LAB | lab(82.2 2.5 11.5) |
| LCH | lch(82.2 11.8 77.9) |
| OKLCH | oklch(0.847 0.031 72.1) |
Copy-ready code
/* CSS */
color: #dacab7;
background-color: #dacab7;
/* Tailwind (arbitrary) */
class="text-[#dacab7] bg-[#dacab7]"
/* SCSS */
$brand: #dacab7;
/* SwiftUI */
Color(red: 0.855, green: 0.792, blue: 0.718)
/* Android */
Color.parseColor("#dacab7")Accessibility — WCAG contrast
Aa
#dacab7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacab7 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green79.2%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow16.1%
Key (black)14.5%
Color previews
#dacab7 text on a black background
contrast 13.11:1
Card sample
#dacab7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacab7;
Background color
Panel with #dacab7 background
background-color: #dacab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 202, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 202, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacab7; background: linear-gradient(135deg, #dacab7, #D3DAB7);