#cfc5eb
a light, vivid violet · warm · closest name: lavender
RGB
207, 197, 235
HSL
256°, 49%, 85%
CMYK
12, 16, 0, 8
Luminance
0.5920
Every format
| HEX | #cfc5eb |
| RGB | rgb(207, 197, 235) |
| HSL | hsl(256, 49%, 85%) |
| CMYK | cmyk(12%, 16%, 0%, 8%) |
| LAB | lab(81.4 10.7 -17.5) |
| LCH | lch(81.4 20.5 301.5) |
| OKLCH | oklch(0.844 0.053 297.3) |
Copy-ready code
/* CSS */
color: #cfc5eb;
background-color: #cfc5eb;
/* Tailwind (arbitrary) */
class="text-[#cfc5eb] bg-[#cfc5eb]"
/* SCSS */
$brand: #cfc5eb;
/* SwiftUI */
Color(red: 0.812, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#cfc5eb")Accessibility — WCAG contrast
Aa
#cfc5eb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc5eb on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green77.3%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cfc5eb text on a black background
contrast 12.84:1
Card sample
#cfc5eb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc5eb;
Background color
Panel with #cfc5eb background
background-color: #cfc5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc5eb; background: linear-gradient(135deg, #cfc5eb, #E8C5EB);