#d3cf9b
a light, soft yellow · cool · closest name: tan
RGB
211, 207, 155
HSL
56°, 39%, 72%
CMYK
0, 2, 27, 17
Luminance
0.6084
Every format
| HEX | #d3cf9b |
| RGB | rgb(211, 207, 155) |
| HSL | hsl(56, 39%, 72%) |
| CMYK | cmyk(0%, 2%, 27%, 17%) |
| LAB | lab(82.3 -6.8 26.4) |
| LCH | lch(82.3 27.3 104.4) |
| OKLCH | oklch(0.845 0.069 104.1) |
Copy-ready code
/* CSS */
color: #d3cf9b;
background-color: #d3cf9b;
/* Tailwind (arbitrary) */
class="text-[#d3cf9b] bg-[#d3cf9b]"
/* SCSS */
$brand: #d3cf9b;
/* SwiftUI */
Color(red: 0.827, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#d3cf9b")Accessibility — WCAG contrast
Aa
#d3cf9b on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cf9b on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green81.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow26.5%
Key (black)17.3%
Color previews
#d3cf9b text on a black background
contrast 13.17:1
Card sample
#d3cf9b text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cf9b;
Background color
Panel with #d3cf9b background
background-color: #d3cf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cf9b; background: linear-gradient(135deg, #d3cf9b, #B2D39B);