#cec3ad
a light, soft yellow · warm · closest name: silver
RGB
206, 195, 173
HSL
40°, 25%, 74%
CMYK
0, 5, 16, 19
Luminance
0.5517
Every format
| HEX | #cec3ad |
| RGB | rgb(206, 195, 173) |
| HSL | hsl(40, 25%, 74%) |
| CMYK | cmyk(0%, 5%, 16%, 19%) |
| LAB | lab(79.1 0.2 12.4) |
| LCH | lch(79.1 12.4 89.1) |
| OKLCH | oklch(0.820 0.032 84.6) |
Copy-ready code
/* CSS */
color: #cec3ad;
background-color: #cec3ad;
/* Tailwind (arbitrary) */
class="text-[#cec3ad] bg-[#cec3ad]"
/* SCSS */
$brand: #cec3ad;
/* SwiftUI */
Color(red: 0.808, green: 0.765, blue: 0.678)
/* Android */
Color.parseColor("#cec3ad")Accessibility — WCAG contrast
Aa
#cec3ad on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec3ad on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow16.0%
Key (black)19.2%
Color previews
#cec3ad text on a black background
contrast 12.03:1
Card sample
#cec3ad text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec3ad;
Background color
Panel with #cec3ad background
background-color: #cec3ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec3ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 195, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 195, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec3ad; background: linear-gradient(135deg, #cec3ad, #C3CEAD);