#cecfd5
a light, muted gray · warm · closest name: silver
RGB
206, 207, 213
HSL
231°, 8%, 82%
CMYK
3, 3, 0, 17
Luminance
0.6255
Every format
| HEX | #cecfd5 |
| RGB | rgb(206, 207, 213) |
| HSL | hsl(231, 8%, 82%) |
| CMYK | cmyk(3%, 3%, 0%, 17%) |
| LAB | lab(83.2 0.8 -3.1) |
| LCH | lch(83.2 3.2 284.0) |
| OKLCH | oklch(0.856 0.008 278.6) |
Copy-ready code
/* CSS */
color: #cecfd5;
background-color: #cecfd5;
/* Tailwind (arbitrary) */
class="text-[#cecfd5] bg-[#cecfd5]"
/* SCSS */
$brand: #cecfd5;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.835)
/* Android */
Color.parseColor("#cecfd5")Accessibility — WCAG contrast
Aa
#cecfd5 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfd5 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue83.5%
CMYK percentages
Cyan3.3%
Magenta2.8%
Yellow0.0%
Key (black)16.5%
Color previews
#cecfd5 text on a black background
contrast 13.51:1
Card sample
#cecfd5 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfd5;
Background color
Panel with #cecfd5 background
background-color: #cecfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfd5; background: linear-gradient(135deg, #cecfd5, #D2CED5);