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