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