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