#dccfac
a light, soft yellow · warm · closest name: tan
RGB
220, 207, 172
HSL
44°, 41%, 77%
CMYK
0, 6, 22, 14
Luminance
0.6282
Every format
| HEX | #dccfac |
| RGB | rgb(220, 207, 172) |
| HSL | hsl(44, 41%, 77%) |
| CMYK | cmyk(0%, 6%, 22%, 14%) |
| LAB | lab(83.3 -1.0 19.1) |
| LCH | lch(83.3 19.1 93.1) |
| OKLCH | oklch(0.856 0.049 90.1) |
Copy-ready code
/* CSS */
color: #dccfac;
background-color: #dccfac;
/* Tailwind (arbitrary) */
class="text-[#dccfac] bg-[#dccfac]"
/* SCSS */
$brand: #dccfac;
/* SwiftUI */
Color(red: 0.863, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#dccfac")Accessibility — WCAG contrast
Aa
#dccfac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccfac on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow21.8%
Key (black)13.7%
Color previews
#dccfac text on a black background
contrast 13.56:1
Card sample
#dccfac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccfac;
Background color
Panel with #dccfac background
background-color: #dccfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccfac; background: linear-gradient(135deg, #dccfac, #C9DCAC);