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