#cdccaf
a light, soft yellow · cool · closest name: beige
RGB
205, 204, 175
HSL
58°, 23%, 75%
CMYK
0, 1, 15, 20
Luminance
0.5926
Every format
| HEX | #cdccaf |
| RGB | rgb(205, 204, 175) |
| HSL | hsl(58, 23%, 75%) |
| CMYK | cmyk(0%, 1%, 15%, 20%) |
| LAB | lab(81.4 -4.6 14.6) |
| LCH | lch(81.4 15.3 107.4) |
| OKLCH | oklch(0.838 0.039 105.6) |
Copy-ready code
/* CSS */
color: #cdccaf;
background-color: #cdccaf;
/* Tailwind (arbitrary) */
class="text-[#cdccaf] bg-[#cdccaf]"
/* SCSS */
$brand: #cdccaf;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#cdccaf")Accessibility — WCAG contrast
Aa
#cdccaf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccaf on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow14.6%
Key (black)19.6%
Color previews
#cdccaf text on a black background
contrast 12.85:1
Card sample
#cdccaf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccaf;
Background color
Panel with #cdccaf background
background-color: #cdccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccaf; background: linear-gradient(135deg, #cdccaf, #BACDAF);