#cdcfdc
a light, soft blue · warm · closest name: silver
RGB
205, 207, 220
HSL
232°, 18%, 83%
CMYK
7, 6, 0, 14
Luminance
0.6277
Every format
| HEX | #cdcfdc |
| RGB | rgb(205, 207, 220) |
| HSL | hsl(232, 18%, 83%) |
| CMYK | cmyk(7%, 6%, 0%, 14%) |
| LAB | lab(83.3 1.8 -6.7) |
| LCH | lch(83.3 6.9 284.9) |
| OKLCH | oklch(0.857 0.018 279.0) |
Copy-ready code
/* CSS */
color: #cdcfdc;
background-color: #cdcfdc;
/* Tailwind (arbitrary) */
class="text-[#cdcfdc] bg-[#cdcfdc]"
/* SCSS */
$brand: #cdcfdc;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#cdcfdc")Accessibility — WCAG contrast
Aa
#cdcfdc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfdc on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#cdcfdc text on a black background
contrast 13.55:1
Card sample
#cdcfdc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfdc;
Background color
Panel with #cdcfdc background
background-color: #cdcfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfdc; background: linear-gradient(135deg, #cdcfdc, #D5CDDC);