#cec7bf
a light, muted orange · warm · closest name: silver
RGB
206, 199, 191
HSL
32°, 13%, 78%
CMYK
0, 3, 7, 19
Luminance
0.5773
Every format
| HEX | #cec7bf |
| RGB | rgb(206, 199, 191) |
| HSL | hsl(32, 13%, 78%) |
| CMYK | cmyk(0%, 3%, 7%, 19%) |
| LAB | lab(80.6 1.0 4.9) |
| LCH | lch(80.6 5.0 78.0) |
| OKLCH | oklch(0.833 0.013 71.3) |
Copy-ready code
/* CSS */
color: #cec7bf;
background-color: #cec7bf;
/* Tailwind (arbitrary) */
class="text-[#cec7bf] bg-[#cec7bf]"
/* SCSS */
$brand: #cec7bf;
/* SwiftUI */
Color(red: 0.808, green: 0.780, blue: 0.749)
/* Android */
Color.parseColor("#cec7bf")Accessibility — WCAG contrast
Aa
#cec7bf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec7bf on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow7.3%
Key (black)19.2%
Color previews
#cec7bf text on a black background
contrast 12.55:1
Card sample
#cec7bf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec7bf;
Background color
Panel with #cec7bf background
background-color: #cec7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 199, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 199, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec7bf; background: linear-gradient(135deg, #cec7bf, #CBCEBF);