#cec2c2
a light, muted red · warm · closest name: silver
RGB
206, 194, 194
HSL
0°, 11%, 78%
CMYK
0, 6, 6, 19
Luminance
0.5560
Every format
| HEX | #cec2c2 |
| RGB | rgb(206, 194, 194) |
| HSL | hsl(0, 11%, 78%) |
| CMYK | cmyk(0%, 6%, 6%, 19%) |
| LAB | lab(79.4 4.2 1.5) |
| LCH | lch(79.4 4.5 19.8) |
| OKLCH | oklch(0.824 0.013 17.4) |
Copy-ready code
/* CSS */
color: #cec2c2;
background-color: #cec2c2;
/* Tailwind (arbitrary) */
class="text-[#cec2c2] bg-[#cec2c2]"
/* SCSS */
$brand: #cec2c2;
/* SwiftUI */
Color(red: 0.808, green: 0.761, blue: 0.761)
/* Android */
Color.parseColor("#cec2c2")Accessibility — WCAG contrast
Aa
#cec2c2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec2c2 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow5.8%
Key (black)19.2%
Color previews
#cec2c2 text on a black background
contrast 12.12:1
Card sample
#cec2c2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec2c2;
Background color
Panel with #cec2c2 background
background-color: #cec2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 194, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 194, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec2c2; background: linear-gradient(135deg, #cec2c2, #CECAC2);