#cecab5
a light, soft yellow · cool · closest name: silver
RGB
206, 202, 181
HSL
50°, 20%, 76%
CMYK
0, 2, 12, 19
Luminance
0.5870
Every format
| HEX | #cecab5 |
| RGB | rgb(206, 202, 181) |
| HSL | hsl(50, 20%, 76%) |
| CMYK | cmyk(0%, 2%, 12%, 19%) |
| LAB | lab(81.1 -2.2 11.0) |
| LCH | lch(81.1 11.2 101.4) |
| OKLCH | oklch(0.837 0.029 98.1) |
Copy-ready code
/* CSS */
color: #cecab5;
background-color: #cecab5;
/* Tailwind (arbitrary) */
class="text-[#cecab5] bg-[#cecab5]"
/* SCSS */
$brand: #cecab5;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.710)
/* Android */
Color.parseColor("#cecab5")Accessibility — WCAG contrast
Aa
#cecab5 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecab5 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow12.1%
Key (black)19.2%
Color previews
#cecab5 text on a black background
contrast 12.74:1
Card sample
#cecab5 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecab5;
Background color
Panel with #cecab5 background
background-color: #cecab5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecab5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecab5; background: linear-gradient(135deg, #cecab5, #C1CEB5);