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