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