#ced5df
a light, soft blue · cool · closest name: lavender
RGB
206, 213, 223
HSL
215°, 21%, 84%
CMYK
8, 5, 0, 13
Luminance
0.6604
Every format
| HEX | #ced5df |
| RGB | rgb(206, 213, 223) |
| HSL | hsl(215, 21%, 84%) |
| CMYK | cmyk(8%, 5%, 0%, 13%) |
| LAB | lab(85.0 -0.5 -5.7) |
| LCH | lch(85.0 5.8 265.3) |
| OKLCH | oklch(0.871 0.016 257.2) |
Copy-ready code
/* CSS */
color: #ced5df;
background-color: #ced5df;
/* Tailwind (arbitrary) */
class="text-[#ced5df] bg-[#ced5df]"
/* SCSS */
$brand: #ced5df;
/* SwiftUI */
Color(red: 0.808, green: 0.835, blue: 0.875)
/* Android */
Color.parseColor("#ced5df")Accessibility — WCAG contrast
Aa
#ced5df on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced5df on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.5%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta4.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ced5df text on a black background
contrast 14.21:1
Card sample
#ced5df text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced5df;
Background color
Panel with #ced5df background
background-color: #ced5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 213, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 213, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced5df; background: linear-gradient(135deg, #ced5df, #D2CEDF);