#ced1df
a light, soft blue · warm · closest name: lavender
RGB
206, 209, 223
HSL
229°, 21%, 84%
CMYK
8, 6, 0, 13
Luminance
0.6405
Every format
| HEX | #ced1df |
| RGB | rgb(206, 209, 223) |
| HSL | hsl(229, 21%, 84%) |
| CMYK | cmyk(8%, 6%, 0%, 13%) |
| LAB | lab(84.0 1.6 -7.3) |
| LCH | lch(84.0 7.4 282.7) |
| OKLCH | oklch(0.863 0.020 276.3) |
Copy-ready code
/* CSS */
color: #ced1df;
background-color: #ced1df;
/* Tailwind (arbitrary) */
class="text-[#ced1df] bg-[#ced1df]"
/* SCSS */
$brand: #ced1df;
/* SwiftUI */
Color(red: 0.808, green: 0.820, blue: 0.875)
/* Android */
Color.parseColor("#ced1df")Accessibility — WCAG contrast
Aa
#ced1df on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced1df on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green82.0%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta6.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ced1df text on a black background
contrast 13.81:1
Card sample
#ced1df text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced1df;
Background color
Panel with #ced1df background
background-color: #ced1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 209, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 209, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced1df; background: linear-gradient(135deg, #ced1df, #D6CEDF);