#ced9df
a light, soft blue · cool · closest name: silver
RGB
206, 217, 223
HSL
201°, 21%, 84%
CMYK
8, 3, 0, 13
Luminance
0.6808
Every format
| HEX | #ced9df |
| RGB | rgb(206, 217, 223) |
| HSL | hsl(201, 21%, 84%) |
| CMYK | cmyk(8%, 3%, 0%, 13%) |
| LAB | lab(86.0 -2.5 -4.2) |
| LCH | lch(86.0 4.9 238.9) |
| OKLCH | oklch(0.879 0.015 231.2) |
Copy-ready code
/* CSS */
color: #ced9df;
background-color: #ced9df;
/* Tailwind (arbitrary) */
class="text-[#ced9df] bg-[#ced9df]"
/* SCSS */
$brand: #ced9df;
/* SwiftUI */
Color(red: 0.808, green: 0.851, blue: 0.875)
/* Android */
Color.parseColor("#ced9df")Accessibility — WCAG contrast
Aa
#ced9df on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced9df on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.1%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta2.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ced9df text on a black background
contrast 14.62:1
Card sample
#ced9df text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced9df;
Background color
Panel with #ced9df background
background-color: #ced9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 217, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 217, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced9df; background: linear-gradient(135deg, #ced9df, #CECEDF);