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