#cfccdf
a light, soft blue · warm · closest name: lavender
RGB
207, 204, 223
HSL
250°, 23%, 84%
CMYK
7, 9, 0, 13
Luminance
0.6178
Every format
| HEX | #cfccdf |
| RGB | rgb(207, 204, 223) |
| HSL | hsl(250, 23%, 84%) |
| CMYK | cmyk(7%, 9%, 0%, 13%) |
| LAB | lab(82.8 4.6 -9.0) |
| LCH | lch(82.8 10.1 297.0) |
| OKLCH | oklch(0.853 0.026 293.1) |
Copy-ready code
/* CSS */
color: #cfccdf;
background-color: #cfccdf;
/* Tailwind (arbitrary) */
class="text-[#cfccdf] bg-[#cfccdf]"
/* SCSS */
$brand: #cfccdf;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#cfccdf")Accessibility — WCAG contrast
Aa
#cfccdf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccdf on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cfccdf text on a black background
contrast 13.36:1
Card sample
#cfccdf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccdf;
Background color
Panel with #cfccdf background
background-color: #cfccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccdf; background: linear-gradient(135deg, #cfccdf, #DCCCDF);