#ceced8
a light, muted blue · warm · closest name: silver
RGB
206, 206, 216
HSL
240°, 11%, 83%
CMYK
5, 5, 0, 15
Luminance
0.6222
Every format
| HEX | #ceced8 |
| RGB | rgb(206, 206, 216) |
| HSL | hsl(240, 11%, 83%) |
| CMYK | cmyk(5%, 5%, 0%, 15%) |
| LAB | lab(83.0 1.9 -4.9) |
| LCH | lch(83.0 5.3 290.6) |
| OKLCH | oklch(0.854 0.014 286.1) |
Copy-ready code
/* CSS */
color: #ceced8;
background-color: #ceced8;
/* Tailwind (arbitrary) */
class="text-[#ceced8] bg-[#ceced8]"
/* SCSS */
$brand: #ceced8;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.847)
/* Android */
Color.parseColor("#ceced8")Accessibility — WCAG contrast
Aa
#ceced8 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceced8 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue84.7%
CMYK percentages
Cyan4.6%
Magenta4.6%
Yellow0.0%
Key (black)15.3%
Color previews
#ceced8 text on a black background
contrast 13.44:1
Card sample
#ceced8 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceced8;
Background color
Panel with #ceced8 background
background-color: #ceced8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceced8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceced8; background: linear-gradient(135deg, #ceced8, #D5CED8);