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