#dabcaf
a light, soft orange · warm · closest name: silver
RGB
218, 188, 175
HSL
18°, 37%, 77%
CMYK
0, 14, 20, 15
Luminance
0.5397
Every format
| HEX | #dabcaf |
| RGB | rgb(218, 188, 175) |
| HSL | hsl(18, 37%, 77%) |
| CMYK | cmyk(0%, 14%, 20%, 15%) |
| LAB | lab(78.4 8.7 10.5) |
| LCH | lch(78.4 13.6 50.6) |
| OKLCH | oklch(0.817 0.039 44.8) |
Copy-ready code
/* CSS */
color: #dabcaf;
background-color: #dabcaf;
/* Tailwind (arbitrary) */
class="text-[#dabcaf] bg-[#dabcaf]"
/* SCSS */
$brand: #dabcaf;
/* SwiftUI */
Color(red: 0.855, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#dabcaf")Accessibility — WCAG contrast
Aa
#dabcaf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabcaf on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow19.7%
Key (black)14.5%
Color previews
#dabcaf text on a black background
contrast 11.79:1
Card sample
#dabcaf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabcaf;
Background color
Panel with #dabcaf background
background-color: #dabcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabcaf; background: linear-gradient(135deg, #dabcaf, #DAD9AF);