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