#d7ceba
a light, soft yellow · warm · closest name: silver
RGB
215, 206, 186
HSL
41°, 27%, 79%
CMYK
0, 4, 14, 16
Luminance
0.6213
Every format
| HEX | #d7ceba |
| RGB | rgb(215, 206, 186) |
| HSL | hsl(41, 27%, 79%) |
| CMYK | cmyk(0%, 4%, 14%, 16%) |
| LAB | lab(83.0 -0.2 11.1) |
| LCH | lch(83.0 11.1 91.2) |
| OKLCH | oklch(0.853 0.029 86.7) |
Copy-ready code
/* CSS */
color: #d7ceba;
background-color: #d7ceba;
/* Tailwind (arbitrary) */
class="text-[#d7ceba] bg-[#d7ceba]"
/* SCSS */
$brand: #d7ceba;
/* SwiftUI */
Color(red: 0.843, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#d7ceba")Accessibility — WCAG contrast
Aa
#d7ceba on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ceba on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow13.5%
Key (black)15.7%
Color previews
#d7ceba text on a black background
contrast 13.43:1
Card sample
#d7ceba text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ceba;
Background color
Panel with #d7ceba background
background-color: #d7ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ceba; background: linear-gradient(135deg, #d7ceba, #CDD7BA);