#cfccec
a pale, vivid blue · warm · closest name: lavender
RGB
207, 204, 236
HSL
246°, 46%, 86%
CMYK
12, 14, 0, 8
Luminance
0.6251
Every format
| HEX | #cfccec |
| RGB | rgb(207, 204, 236) |
| HSL | hsl(246, 46%, 86%) |
| CMYK | cmyk(12%, 14%, 0%, 8%) |
| LAB | lab(83.2 7.2 -15.4) |
| LCH | lch(83.2 17.0 295.1) |
| OKLCH | oklch(0.858 0.044 289.7) |
Copy-ready code
/* CSS */
color: #cfccec;
background-color: #cfccec;
/* Tailwind (arbitrary) */
class="text-[#cfccec] bg-[#cfccec]"
/* SCSS */
$brand: #cfccec;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#cfccec")Accessibility — WCAG contrast
Aa
#cfccec on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccec on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta13.6%
Yellow0.0%
Key (black)7.5%
Color previews
#cfccec text on a black background
contrast 13.50:1
Card sample
#cfccec text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccec;
Background color
Panel with #cfccec background
background-color: #cfccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccec; background: linear-gradient(135deg, #cfccec, #E4CCEC);