#cec6ba
a light, soft orange · warm · closest name: silver
RGB
206, 198, 186
HSL
36°, 17%, 77%
CMYK
0, 4, 10, 19
Luminance
0.5706
Every format
| HEX | #cec6ba |
| RGB | rgb(206, 198, 186) |
| HSL | hsl(36, 17%, 77%) |
| CMYK | cmyk(0%, 4%, 10%, 19%) |
| LAB | lab(80.2 0.7 7.0) |
| LCH | lch(80.2 7.0 84.2) |
| OKLCH | oklch(0.830 0.019 78.2) |
Copy-ready code
/* CSS */
color: #cec6ba;
background-color: #cec6ba;
/* Tailwind (arbitrary) */
class="text-[#cec6ba] bg-[#cec6ba]"
/* SCSS */
$brand: #cec6ba;
/* SwiftUI */
Color(red: 0.808, green: 0.776, blue: 0.729)
/* Android */
Color.parseColor("#cec6ba")Accessibility — WCAG contrast
Aa
#cec6ba on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec6ba on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow9.7%
Key (black)19.2%
Color previews
#cec6ba text on a black background
contrast 12.41:1
Card sample
#cec6ba text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec6ba;
Background color
Panel with #cec6ba background
background-color: #cec6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 198, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 198, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec6ba; background: linear-gradient(135deg, #cec6ba, #C9CEBA);