#cfc8eb
a pale, vivid blue · warm · closest name: lavender
RGB
207, 200, 235
HSL
252°, 47%, 85%
CMYK
12, 15, 0, 8
Luminance
0.6057
Every format
| HEX | #cfc8eb |
| RGB | rgb(207, 200, 235) |
| HSL | hsl(252, 47%, 85%) |
| CMYK | cmyk(12%, 15%, 0%, 8%) |
| LAB | lab(82.2 9.1 -16.4) |
| LCH | lch(82.2 18.8 299.1) |
| OKLCH | oklch(0.850 0.049 294.5) |
Copy-ready code
/* CSS */
color: #cfc8eb;
background-color: #cfc8eb;
/* Tailwind (arbitrary) */
class="text-[#cfc8eb] bg-[#cfc8eb]"
/* SCSS */
$brand: #cfc8eb;
/* SwiftUI */
Color(red: 0.812, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#cfc8eb")Accessibility — WCAG contrast
Aa
#cfc8eb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc8eb on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.4%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta14.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cfc8eb text on a black background
contrast 13.11:1
Card sample
#cfc8eb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc8eb;
Background color
Panel with #cfc8eb background
background-color: #cfc8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc8eb; background: linear-gradient(135deg, #cfc8eb, #E6C8EB);