#ced3df
a light, soft blue · cool · closest name: lavender
RGB
206, 211, 223
HSL
222°, 21%, 84%
CMYK
8, 5, 0, 13
Luminance
0.6504
Every format
| HEX | #ced3df |
| RGB | rgb(206, 211, 223) |
| HSL | hsl(222, 21%, 84%) |
| CMYK | cmyk(8%, 5%, 0%, 13%) |
| LAB | lab(84.5 0.6 -6.5) |
| LCH | lch(84.5 6.5 275.1) |
| OKLCH | oklch(0.867 0.017 267.8) |
Copy-ready code
/* CSS */
color: #ced3df;
background-color: #ced3df;
/* Tailwind (arbitrary) */
class="text-[#ced3df] bg-[#ced3df]"
/* SCSS */
$brand: #ced3df;
/* SwiftUI */
Color(red: 0.808, green: 0.827, blue: 0.875)
/* Android */
Color.parseColor("#ced3df")Accessibility — WCAG contrast
Aa
#ced3df on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced3df on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green82.7%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta5.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ced3df text on a black background
contrast 14.01:1
Card sample
#ced3df text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced3df;
Background color
Panel with #ced3df background
background-color: #ced3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 211, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 211, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced3df; background: linear-gradient(135deg, #ced3df, #D4CEDF);