#cec3b2
a light, soft orange · warm · closest name: silver
RGB
206, 195, 178
HSL
36°, 22%, 75%
CMYK
0, 5, 14, 19
Luminance
0.5537
Every format
| HEX | #cec3b2 |
| RGB | rgb(206, 195, 178) |
| HSL | hsl(36, 22%, 75%) |
| CMYK | cmyk(0%, 5%, 14%, 19%) |
| LAB | lab(79.3 1.0 9.9) |
| LCH | lch(79.3 10.0 84.4) |
| OKLCH | oklch(0.822 0.026 78.9) |
Copy-ready code
/* CSS */
color: #cec3b2;
background-color: #cec3b2;
/* Tailwind (arbitrary) */
class="text-[#cec3b2] bg-[#cec3b2]"
/* SCSS */
$brand: #cec3b2;
/* SwiftUI */
Color(red: 0.808, green: 0.765, blue: 0.698)
/* Android */
Color.parseColor("#cec3b2")Accessibility — WCAG contrast
Aa
#cec3b2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec3b2 on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow13.6%
Key (black)19.2%
Color previews
#cec3b2 text on a black background
contrast 12.07:1
Card sample
#cec3b2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec3b2;
Background color
Panel with #cec3b2 background
background-color: #cec3b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec3b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 195, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 195, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec3b2; background: linear-gradient(135deg, #cec3b2, #C6CEB2);