#d3ceba
a light, soft yellow · cool · closest name: silver
RGB
211, 206, 186
HSL
48°, 22%, 78%
CMYK
0, 2, 12, 17
Luminance
0.6154
Every format
| HEX | #d3ceba |
| RGB | rgb(211, 206, 186) |
| HSL | hsl(48, 22%, 78%) |
| CMYK | cmyk(0%, 2%, 12%, 17%) |
| LAB | lab(82.7 -1.7 10.6) |
| LCH | lch(82.7 10.7 99.0) |
| OKLCH | oklch(0.850 0.028 95.4) |
Copy-ready code
/* CSS */
color: #d3ceba;
background-color: #d3ceba;
/* Tailwind (arbitrary) */
class="text-[#d3ceba] bg-[#d3ceba]"
/* SCSS */
$brand: #d3ceba;
/* SwiftUI */
Color(red: 0.827, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#d3ceba")Accessibility — WCAG contrast
Aa
#d3ceba on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ceba on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow11.8%
Key (black)17.3%
Color previews
#d3ceba text on a black background
contrast 13.31:1
Card sample
#d3ceba text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ceba;
Background color
Panel with #d3ceba background
background-color: #d3ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ceba; background: linear-gradient(135deg, #d3ceba, #C7D3BA);