#d6ceaf
a light, soft yellow · cool · closest name: tan
RGB
214, 206, 175
HSL
48°, 32%, 76%
CMYK
0, 4, 18, 16
Luminance
0.6153
Every format
| HEX | #d6ceaf |
| RGB | rgb(214, 206, 175) |
| HSL | hsl(48, 32%, 76%) |
| CMYK | cmyk(0%, 4%, 18%, 16%) |
| LAB | lab(82.7 -2.3 16.4) |
| LCH | lch(82.7 16.6 98.0) |
| OKLCH | oklch(0.850 0.043 95.2) |
Copy-ready code
/* CSS */
color: #d6ceaf;
background-color: #d6ceaf;
/* Tailwind (arbitrary) */
class="text-[#d6ceaf] bg-[#d6ceaf]"
/* SCSS */
$brand: #d6ceaf;
/* SwiftUI */
Color(red: 0.839, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#d6ceaf")Accessibility — WCAG contrast
Aa
#d6ceaf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ceaf on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green80.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow18.2%
Key (black)16.1%
Color previews
#d6ceaf text on a black background
contrast 13.31:1
Card sample
#d6ceaf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ceaf;
Background color
Panel with #d6ceaf background
background-color: #d6ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ceaf; background: linear-gradient(135deg, #d6ceaf, #C4D6AF);