#cfc4eb
a light, vivid violet · warm · closest name: lavender
RGB
207, 196, 235
HSL
257°, 49%, 85%
CMYK
12, 17, 0, 8
Luminance
0.5874
Every format
| HEX | #cfc4eb |
| RGB | rgb(207, 196, 235) |
| HSL | hsl(257, 49%, 85%) |
| CMYK | cmyk(12%, 17%, 0%, 8%) |
| LAB | lab(81.2 11.3 -17.9) |
| LCH | lch(81.2 21.1 302.2) |
| OKLCH | oklch(0.842 0.055 298.1) |
Copy-ready code
/* CSS */
color: #cfc4eb;
background-color: #cfc4eb;
/* Tailwind (arbitrary) */
class="text-[#cfc4eb] bg-[#cfc4eb]"
/* SCSS */
$brand: #cfc4eb;
/* SwiftUI */
Color(red: 0.812, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#cfc4eb")Accessibility — WCAG contrast
Aa
#cfc4eb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc4eb on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.9%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cfc4eb text on a black background
contrast 12.75:1
Card sample
#cfc4eb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc4eb;
Background color
Panel with #cfc4eb background
background-color: #cfc4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc4eb; background: linear-gradient(135deg, #cfc4eb, #E9C4EB);