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