#dacbba
a light, soft orange · warm · closest name: silver
RGB
218, 203, 186
HSL
32°, 30%, 79%
CMYK
0, 7, 15, 15
Luminance
0.6116
Every format
| HEX | #dacbba |
| RGB | rgb(218, 203, 186) |
| HSL | hsl(32, 30%, 79%) |
| CMYK | cmyk(0%, 7%, 15%, 15%) |
| LAB | lab(82.5 2.4 10.4) |
| LCH | lch(82.5 10.6 76.9) |
| OKLCH | oklch(0.850 0.029 70.9) |
Copy-ready code
/* CSS */
color: #dacbba;
background-color: #dacbba;
/* Tailwind (arbitrary) */
class="text-[#dacbba] bg-[#dacbba]"
/* SCSS */
$brand: #dacbba;
/* SwiftUI */
Color(red: 0.855, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#dacbba")Accessibility — WCAG contrast
Aa
#dacbba on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacbba on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow14.7%
Key (black)14.5%
Color previews
#dacbba text on a black background
contrast 13.23:1
Card sample
#dacbba text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacbba;
Background color
Panel with #dacbba background
background-color: #dacbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacbba; background: linear-gradient(135deg, #dacbba, #D4DABA);