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