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