#d2ceba
a light, soft yellow · cool · closest name: silver
RGB
210, 206, 186
HSL
50°, 21%, 78%
CMYK
0, 2, 11, 18
Luminance
0.6139
Every format
| HEX | #d2ceba |
| RGB | rgb(210, 206, 186) |
| HSL | hsl(50, 21%, 78%) |
| CMYK | cmyk(0%, 2%, 11%, 18%) |
| LAB | lab(82.6 -2.0 10.4) |
| LCH | lch(82.6 10.6 101.1) |
| OKLCH | oklch(0.849 0.027 97.7) |
Copy-ready code
/* CSS */
color: #d2ceba;
background-color: #d2ceba;
/* Tailwind (arbitrary) */
class="text-[#d2ceba] bg-[#d2ceba]"
/* SCSS */
$brand: #d2ceba;
/* SwiftUI */
Color(red: 0.824, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#d2ceba")Accessibility — WCAG contrast
Aa
#d2ceba on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ceba on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow11.4%
Key (black)17.6%
Color previews
#d2ceba text on a black background
contrast 13.28:1
Card sample
#d2ceba text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ceba;
Background color
Panel with #d2ceba background
background-color: #d2ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ceba; background: linear-gradient(135deg, #d2ceba, #C6D2BA);