#d5cfab
a light, soft yellow · cool · closest name: tan
RGB
213, 207, 171
HSL
51°, 33%, 75%
CMYK
0, 3, 20, 17
Luminance
0.6171
Every format
| HEX | #d5cfab |
| RGB | rgb(213, 207, 171) |
| HSL | hsl(51, 33%, 75%) |
| CMYK | cmyk(0%, 3%, 20%, 17%) |
| LAB | lab(82.8 -3.8 18.7) |
| LCH | lch(82.8 19.1 101.5) |
| OKLCH | oklch(0.850 0.049 99.5) |
Copy-ready code
/* CSS */
color: #d5cfab;
background-color: #d5cfab;
/* Tailwind (arbitrary) */
class="text-[#d5cfab] bg-[#d5cfab]"
/* SCSS */
$brand: #d5cfab;
/* SwiftUI */
Color(red: 0.835, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#d5cfab")Accessibility — WCAG contrast
Aa
#d5cfab on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5cfab on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow19.7%
Key (black)16.5%
Color previews
#d5cfab text on a black background
contrast 13.34:1
Card sample
#d5cfab text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5cfab;
Background color
Panel with #d5cfab background
background-color: #d5cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5cfab; background: linear-gradient(135deg, #d5cfab, #BFD5AB);