#cdcbaf
a light, soft yellow · cool · closest name: beige
RGB
205, 203, 175
HSL
56°, 23%, 75%
CMYK
0, 1, 15, 20
Luminance
0.5879
Every format
| HEX | #cdcbaf |
| RGB | rgb(205, 203, 175) |
| HSL | hsl(56, 23%, 75%) |
| CMYK | cmyk(0%, 1%, 15%, 20%) |
| LAB | lab(81.2 -4.0 14.2) |
| LCH | lch(81.2 14.8 105.9) |
| OKLCH | oklch(0.836 0.038 103.8) |
Copy-ready code
/* CSS */
color: #cdcbaf;
background-color: #cdcbaf;
/* Tailwind (arbitrary) */
class="text-[#cdcbaf] bg-[#cdcbaf]"
/* SCSS */
$brand: #cdcbaf;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#cdcbaf")Accessibility — WCAG contrast
Aa
#cdcbaf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcbaf on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow14.6%
Key (black)19.6%
Color previews
#cdcbaf text on a black background
contrast 12.76:1
Card sample
#cdcbaf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcbaf;
Background color
Panel with #cdcbaf background
background-color: #cdcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcbaf; background: linear-gradient(135deg, #cdcbaf, #BBCDAF);