#cfc9eb
a pale, vivid blue · warm · closest name: lavender
RGB
207, 201, 235
HSL
251°, 46%, 86%
CMYK
12, 15, 0, 8
Luminance
0.6104
Every format
| HEX | #cfc9eb |
| RGB | rgb(207, 201, 235) |
| HSL | hsl(251, 46%, 86%) |
| CMYK | cmyk(12%, 15%, 0%, 8%) |
| LAB | lab(82.4 8.6 -16.0) |
| LCH | lch(82.4 18.2 298.2) |
| OKLCH | oklch(0.852 0.047 293.5) |
Copy-ready code
/* CSS */
color: #cfc9eb;
background-color: #cfc9eb;
/* Tailwind (arbitrary) */
class="text-[#cfc9eb] bg-[#cfc9eb]"
/* SCSS */
$brand: #cfc9eb;
/* SwiftUI */
Color(red: 0.812, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#cfc9eb")Accessibility — WCAG contrast
Aa
#cfc9eb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc9eb on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.8%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cfc9eb text on a black background
contrast 13.21:1
Card sample
#cfc9eb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc9eb;
Background color
Panel with #cfc9eb background
background-color: #cfc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc9eb; background: linear-gradient(135deg, #cfc9eb, #E6C9EB);