#cfccdc
a light, soft blue · warm · closest name: lavender
RGB
207, 204, 220
HSL
251°, 19%, 83%
CMYK
6, 7, 0, 14
Luminance
0.6162
Every format
| HEX | #cfccdc |
| RGB | rgb(207, 204, 220) |
| HSL | hsl(251, 19%, 83%) |
| CMYK | cmyk(6%, 7%, 0%, 14%) |
| LAB | lab(82.7 4.0 -7.5) |
| LCH | lch(82.7 8.5 298.1) |
| OKLCH | oklch(0.852 0.022 294.5) |
Copy-ready code
/* CSS */
color: #cfccdc;
background-color: #cfccdc;
/* Tailwind (arbitrary) */
class="text-[#cfccdc] bg-[#cfccdc]"
/* SCSS */
$brand: #cfccdc;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.863)
/* Android */
Color.parseColor("#cfccdc")Accessibility — WCAG contrast
Aa
#cfccdc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccdc on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta7.3%
Yellow0.0%
Key (black)13.7%
Color previews
#cfccdc text on a black background
contrast 13.32:1
Card sample
#cfccdc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccdc;
Background color
Panel with #cfccdc background
background-color: #cfccdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccdc; background: linear-gradient(135deg, #cfccdc, #DACCDC);