#dacfac
a light, soft yellow · cool · closest name: tan
RGB
218, 207, 172
HSL
46°, 38%, 77%
CMYK
0, 5, 21, 15
Luminance
0.6251
Every format
| HEX | #dacfac |
| RGB | rgb(218, 207, 172) |
| HSL | hsl(46, 38%, 77%) |
| CMYK | cmyk(0%, 5%, 21%, 15%) |
| LAB | lab(83.2 -1.8 18.8) |
| LCH | lch(83.2 18.9 95.4) |
| OKLCH | oklch(0.854 0.048 92.6) |
Copy-ready code
/* CSS */
color: #dacfac;
background-color: #dacfac;
/* Tailwind (arbitrary) */
class="text-[#dacfac] bg-[#dacfac]"
/* SCSS */
$brand: #dacfac;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#dacfac")Accessibility — WCAG contrast
Aa
#dacfac on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacfac on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow21.1%
Key (black)14.5%
Color previews
#dacfac text on a black background
contrast 13.50:1
Card sample
#dacfac text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacfac;
Background color
Panel with #dacfac background
background-color: #dacfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacfac; background: linear-gradient(135deg, #dacfac, #C6DAAC);