#cdcfda
a light, muted blue · warm · closest name: silver
RGB
205, 207, 218
HSL
231°, 15%, 83%
CMYK
6, 5, 0, 15
Luminance
0.6267
Every format
| HEX | #cdcfda |
| RGB | rgb(205, 207, 218) |
| HSL | hsl(231, 15%, 83%) |
| CMYK | cmyk(6%, 5%, 0%, 15%) |
| LAB | lab(83.3 1.4 -5.7) |
| LCH | lch(83.3 5.8 283.7) |
| OKLCH | oklch(0.856 0.015 277.8) |
Copy-ready code
/* CSS */
color: #cdcfda;
background-color: #cdcfda;
/* Tailwind (arbitrary) */
class="text-[#cdcfda] bg-[#cdcfda]"
/* SCSS */
$brand: #cdcfda;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#cdcfda")Accessibility — WCAG contrast
Aa
#cdcfda on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfda on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cdcfda text on a black background
contrast 13.53:1
Card sample
#cdcfda text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfda;
Background color
Panel with #cdcfda background
background-color: #cdcfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfda; background: linear-gradient(135deg, #cdcfda, #D4CDDA);