#dac1af
a light, soft orange · warm · closest name: tan
RGB
218, 193, 175
HSL
25°, 37%, 77%
CMYK
0, 12, 20, 15
Luminance
0.5614
Every format
| HEX | #dac1af |
| RGB | rgb(218, 193, 175) |
| HSL | hsl(25, 37%, 77%) |
| CMYK | cmyk(0%, 12%, 20%, 15%) |
| LAB | lab(79.7 6.0 12.3) |
| LCH | lch(79.7 13.7 64.0) |
| OKLCH | oklch(0.827 0.038 57.9) |
Copy-ready code
/* CSS */
color: #dac1af;
background-color: #dac1af;
/* Tailwind (arbitrary) */
class="text-[#dac1af] bg-[#dac1af]"
/* SCSS */
$brand: #dac1af;
/* SwiftUI */
Color(red: 0.855, green: 0.757, blue: 0.686)
/* Android */
Color.parseColor("#dac1af")Accessibility — WCAG contrast
Aa
#dac1af on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac1af on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green75.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow19.7%
Key (black)14.5%
Color previews
#dac1af text on a black background
contrast 12.23:1
Card sample
#dac1af text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac1af;
Background color
Panel with #dac1af background
background-color: #dac1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 193, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 193, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac1af; background: linear-gradient(135deg, #dac1af, #D6DAAF);