#cfcceb
a pale, soft blue · warm · closest name: lavender
RGB
207, 204, 235
HSL
246°, 44%, 86%
CMYK
12, 13, 0, 8
Luminance
0.6245
Every format
| HEX | #cfcceb |
| RGB | rgb(207, 204, 235) |
| HSL | hsl(246, 44%, 86%) |
| CMYK | cmyk(12%, 13%, 0%, 8%) |
| LAB | lab(83.2 7.0 -14.9) |
| LCH | lch(83.2 16.4 295.1) |
| OKLCH | oklch(0.857 0.043 289.9) |
Copy-ready code
/* CSS */
color: #cfcceb;
background-color: #cfcceb;
/* Tailwind (arbitrary) */
class="text-[#cfcceb] bg-[#cfcceb]"
/* SCSS */
$brand: #cfcceb;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#cfcceb")Accessibility — WCAG contrast
Aa
#cfcceb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcceb on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cfcceb text on a black background
contrast 13.49:1
Card sample
#cfcceb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcceb;
Background color
Panel with #cfcceb background
background-color: #cfcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcceb; background: linear-gradient(135deg, #cfcceb, #E4CCEB);