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