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