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