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