#cfc6eb
a light, vivid blue · warm · closest name: lavender
RGB
207, 198, 235
HSL
255°, 48%, 85%
CMYK
12, 16, 0, 8
Luminance
0.5965
Every format
| HEX | #cfc6eb |
| RGB | rgb(207, 198, 235) |
| HSL | hsl(255, 48%, 85%) |
| CMYK | cmyk(12%, 16%, 0%, 8%) |
| LAB | lab(81.7 10.2 -17.1) |
| LCH | lch(81.7 19.9 300.7) |
| OKLCH | oklch(0.846 0.052 296.4) |
Copy-ready code
/* CSS */
color: #cfc6eb;
background-color: #cfc6eb;
/* Tailwind (arbitrary) */
class="text-[#cfc6eb] bg-[#cfc6eb]"
/* SCSS */
$brand: #cfc6eb;
/* SwiftUI */
Color(red: 0.812, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#cfc6eb")Accessibility — WCAG contrast
Aa
#cfc6eb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc6eb on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green77.6%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta15.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cfc6eb text on a black background
contrast 12.93:1
Card sample
#cfc6eb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc6eb;
Background color
Panel with #cfc6eb background
background-color: #cfc6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc6eb; background: linear-gradient(135deg, #cfc6eb, #E8C6EB);