#cfcfdb
a light, muted blue · warm · closest name: silver
RGB
207, 207, 219
HSL
240°, 14%, 84%
CMYK
6, 6, 0, 14
Luminance
0.6301
Every format
| HEX | #cfcfdb |
| RGB | rgb(207, 207, 219) |
| HSL | hsl(240, 14%, 84%) |
| CMYK | cmyk(6%, 6%, 0%, 14%) |
| LAB | lab(83.5 2.2 -5.9) |
| LCH | lch(83.5 6.3 290.7) |
| OKLCH | oklch(0.858 0.017 286.0) |
Copy-ready code
/* CSS */
color: #cfcfdb;
background-color: #cfcfdb;
/* Tailwind (arbitrary) */
class="text-[#cfcfdb] bg-[#cfcfdb]"
/* SCSS */
$brand: #cfcfdb;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#cfcfdb")Accessibility — WCAG contrast
Aa
#cfcfdb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfdb on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#cfcfdb text on a black background
contrast 13.60:1
Card sample
#cfcfdb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfdb;
Background color
Panel with #cfcfdb background
background-color: #cfcfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfdb; background: linear-gradient(135deg, #cfcfdb, #D7CFDB);