#cdccb4
a light, soft yellow · cool · closest name: silver
RGB
205, 204, 180
HSL
58°, 20%, 76%
CMYK
0, 1, 12, 20
Luminance
0.5946
Every format
| HEX | #cdccb4 |
| RGB | rgb(205, 204, 180) |
| HSL | hsl(58, 20%, 76%) |
| CMYK | cmyk(0%, 1%, 12%, 20%) |
| LAB | lab(81.5 -3.8 12.1) |
| LCH | lch(81.5 12.7 107.3) |
| OKLCH | oklch(0.840 0.033 105.1) |
Copy-ready code
/* CSS */
color: #cdccb4;
background-color: #cdccb4;
/* Tailwind (arbitrary) */
class="text-[#cdccb4] bg-[#cdccb4]"
/* SCSS */
$brand: #cdccb4;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.706)
/* Android */
Color.parseColor("#cdccb4")Accessibility — WCAG contrast
Aa
#cdccb4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccb4 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow12.2%
Key (black)19.6%
Color previews
#cdccb4 text on a black background
contrast 12.89:1
Card sample
#cdccb4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccb4;
Background color
Panel with #cdccb4 background
background-color: #cdccb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccb4; background: linear-gradient(135deg, #cdccb4, #BDCDB4);