#ccc3ad
a light, soft yellow · warm · closest name: silver
RGB
204, 195, 173
HSL
43°, 23%, 74%
CMYK
0, 4, 15, 20
Luminance
0.5488
Every format
| HEX | #ccc3ad |
| RGB | rgb(204, 195, 173) |
| HSL | hsl(43, 23%, 74%) |
| CMYK | cmyk(0%, 4%, 15%, 20%) |
| LAB | lab(79.0 -0.5 12.2) |
| LCH | lch(79.0 12.2 92.5) |
| OKLCH | oklch(0.819 0.032 88.4) |
Copy-ready code
/* CSS */
color: #ccc3ad;
background-color: #ccc3ad;
/* Tailwind (arbitrary) */
class="text-[#ccc3ad] bg-[#ccc3ad]"
/* SCSS */
$brand: #ccc3ad;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.678)
/* Android */
Color.parseColor("#ccc3ad")Accessibility — WCAG contrast
Aa
#ccc3ad on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3ad on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow15.2%
Key (black)20.0%
Color previews
#ccc3ad text on a black background
contrast 11.98:1
Card sample
#ccc3ad text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3ad;
Background color
Panel with #ccc3ad background
background-color: #ccc3ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3ad; background: linear-gradient(135deg, #ccc3ad, #C0CCAD);