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