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