#cecda2
a light, soft yellow · cool · closest name: tan
RGB
206, 205, 162
HSL
59°, 31%, 72%
CMYK
0, 1, 21, 19
Luminance
0.5939
Every format
| HEX | #cecda2 |
| RGB | rgb(206, 205, 162) |
| HSL | hsl(59, 31%, 72%) |
| CMYK | cmyk(0%, 1%, 21%, 19%) |
| LAB | lab(81.5 -6.7 21.6) |
| LCH | lch(81.5 22.6 107.2) |
| OKLCH | oklch(0.838 0.057 106.5) |
Copy-ready code
/* CSS */
color: #cecda2;
background-color: #cecda2;
/* Tailwind (arbitrary) */
class="text-[#cecda2] bg-[#cecda2]"
/* SCSS */
$brand: #cecda2;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.635)
/* Android */
Color.parseColor("#cecda2")Accessibility — WCAG contrast
Aa
#cecda2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecda2 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow21.4%
Key (black)19.2%
Color previews
#cecda2 text on a black background
contrast 12.88:1
Card sample
#cecda2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecda2;
Background color
Panel with #cecda2 background
background-color: #cecda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecda2; background: linear-gradient(135deg, #cecda2, #B2CEA2);