#cfcbdf
a light, soft blue · warm · closest name: lavender
RGB
207, 203, 223
HSL
252°, 24%, 84%
CMYK
7, 9, 0, 13
Luminance
0.6130
Every format
| HEX | #cfcbdf |
| RGB | rgb(207, 203, 223) |
| HSL | hsl(252, 24%, 84%) |
| CMYK | cmyk(7%, 9%, 0%, 13%) |
| LAB | lab(82.5 5.1 -9.4) |
| LCH | lch(82.5 10.7 298.6) |
| OKLCH | oklch(0.851 0.028 295.0) |
Copy-ready code
/* CSS */
color: #cfcbdf;
background-color: #cfcbdf;
/* Tailwind (arbitrary) */
class="text-[#cfcbdf] bg-[#cfcbdf]"
/* SCSS */
$brand: #cfcbdf;
/* SwiftUI */
Color(red: 0.812, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#cfcbdf")Accessibility — WCAG contrast
Aa
#cfcbdf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcbdf on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.6%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cfcbdf text on a black background
contrast 13.26:1
Card sample
#cfcbdf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcbdf;
Background color
Panel with #cfcbdf background
background-color: #cfcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcbdf; background: linear-gradient(135deg, #cfcbdf, #DCCBDF);