#cdcfdd
a light, soft blue · warm · closest name: lavender
RGB
205, 207, 221
HSL
233°, 19%, 84%
CMYK
7, 6, 0, 13
Luminance
0.6283
Every format
| HEX | #cdcfdd |
| RGB | rgb(205, 207, 221) |
| HSL | hsl(233, 19%, 84%) |
| CMYK | cmyk(7%, 6%, 0%, 13%) |
| LAB | lab(83.3 2.0 -7.2) |
| LCH | lch(83.3 7.4 285.3) |
| OKLCH | oklch(0.857 0.019 279.5) |
Copy-ready code
/* CSS */
color: #cdcfdd;
background-color: #cdcfdd;
/* Tailwind (arbitrary) */
class="text-[#cdcfdd] bg-[#cdcfdd]"
/* SCSS */
$brand: #cdcfdd;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.867)
/* Android */
Color.parseColor("#cdcfdd")Accessibility — WCAG contrast
Aa
#cdcfdd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfdd on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue86.7%
CMYK percentages
Cyan7.2%
Magenta6.3%
Yellow0.0%
Key (black)13.3%
Color previews
#cdcfdd text on a black background
contrast 13.57:1
Card sample
#cdcfdd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfdd;
Background color
Panel with #cdcfdd background
background-color: #cdcfdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfdd; background: linear-gradient(135deg, #cdcfdd, #D6CDDD);