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