#cdcba3
a light, soft yellow · cool · closest name: tan
RGB
205, 203, 163
HSL
57°, 30%, 72%
CMYK
0, 1, 21, 20
Luminance
0.5834
Every format
| HEX | #cdcba3 |
| RGB | rgb(205, 203, 163) |
| HSL | hsl(57, 30%, 72%) |
| CMYK | cmyk(0%, 1%, 21%, 20%) |
| LAB | lab(80.9 -5.9 20.3) |
| LCH | lch(80.9 21.1 106.2) |
| OKLCH | oklch(0.834 0.054 105.1) |
Copy-ready code
/* CSS */
color: #cdcba3;
background-color: #cdcba3;
/* Tailwind (arbitrary) */
class="text-[#cdcba3] bg-[#cdcba3]"
/* SCSS */
$brand: #cdcba3;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.639)
/* Android */
Color.parseColor("#cdcba3")Accessibility — WCAG contrast
Aa
#cdcba3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcba3 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow20.5%
Key (black)19.6%
Color previews
#cdcba3 text on a black background
contrast 12.67:1
Card sample
#cdcba3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcba3;
Background color
Panel with #cdcba3 background
background-color: #cdcba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcba3; background: linear-gradient(135deg, #cdcba3, #B3CDA3);