#cecdab
a light, soft yellow · cool · closest name: tan
RGB
206, 205, 171
HSL
58°, 26%, 74%
CMYK
0, 1, 17, 19
Luminance
0.5972
Every format
| HEX | #cecdab |
| RGB | rgb(206, 205, 171) |
| HSL | hsl(58, 26%, 74%) |
| CMYK | cmyk(0%, 1%, 17%, 19%) |
| LAB | lab(81.7 -5.3 17.1) |
| LCH | lch(81.7 17.9 107.3) |
| OKLCH | oklch(0.840 0.046 106.0) |
Copy-ready code
/* CSS */
color: #cecdab;
background-color: #cecdab;
/* Tailwind (arbitrary) */
class="text-[#cecdab] bg-[#cecdab]"
/* SCSS */
$brand: #cecdab;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.671)
/* Android */
Color.parseColor("#cecdab")Accessibility — WCAG contrast
Aa
#cecdab on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdab on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow17.0%
Key (black)19.2%
Color previews
#cecdab text on a black background
contrast 12.94:1
Card sample
#cecdab text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdab;
Background color
Panel with #cecdab background
background-color: #cecdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdab; background: linear-gradient(135deg, #cecdab, #B8CEAB);