#d3ccaf
a light, soft yellow · cool · closest name: tan
RGB
211, 204, 175
HSL
48°, 29%, 76%
CMYK
0, 3, 17, 17
Luminance
0.6013
Every format
| HEX | #d3ccaf |
| RGB | rgb(211, 204, 175) |
| HSL | hsl(48, 29%, 76%) |
| CMYK | cmyk(0%, 3%, 17%, 17%) |
| LAB | lab(81.9 -2.4 15.3) |
| LCH | lch(81.9 15.5 98.8) |
| OKLCH | oklch(0.843 0.040 95.9) |
Copy-ready code
/* CSS */
color: #d3ccaf;
background-color: #d3ccaf;
/* Tailwind (arbitrary) */
class="text-[#d3ccaf] bg-[#d3ccaf]"
/* SCSS */
$brand: #d3ccaf;
/* SwiftUI */
Color(red: 0.827, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#d3ccaf")Accessibility — WCAG contrast
Aa
#d3ccaf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ccaf on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow17.1%
Key (black)17.3%
Color previews
#d3ccaf text on a black background
contrast 13.03:1
Card sample
#d3ccaf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ccaf;
Background color
Panel with #d3ccaf background
background-color: #d3ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ccaf; background: linear-gradient(135deg, #d3ccaf, #C2D3AF);