#d3cfb2
a light, soft yellow · cool · closest name: beige
RGB
211, 207, 178
HSL
53°, 27%, 76%
CMYK
0, 2, 16, 17
Luminance
0.6169
Every format
| HEX | #d3cfb2 |
| RGB | rgb(211, 207, 178) |
| HSL | hsl(53, 27%, 76%) |
| CMYK | cmyk(0%, 2%, 16%, 17%) |
| LAB | lab(82.8 -3.5 14.9) |
| LCH | lch(82.8 15.3 103.1) |
| OKLCH | oklch(0.850 0.039 100.7) |
Copy-ready code
/* CSS */
color: #d3cfb2;
background-color: #d3cfb2;
/* Tailwind (arbitrary) */
class="text-[#d3cfb2] bg-[#d3cfb2]"
/* SCSS */
$brand: #d3cfb2;
/* SwiftUI */
Color(red: 0.827, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#d3cfb2")Accessibility — WCAG contrast
Aa
#d3cfb2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cfb2 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green81.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow15.6%
Key (black)17.3%
Color previews
#d3cfb2 text on a black background
contrast 13.34:1
Card sample
#d3cfb2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cfb2;
Background color
Panel with #d3cfb2 background
background-color: #d3cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cfb2; background: linear-gradient(135deg, #d3cfb2, #C1D3B2);