#cfc1eb
a light, vivid violet · warm · closest name: lavender
RGB
207, 193, 235
HSL
260°, 51%, 84%
CMYK
12, 18, 0, 8
Luminance
0.5740
Every format
| HEX | #cfc1eb |
| RGB | rgb(207, 193, 235) |
| HSL | hsl(260, 51%, 84%) |
| CMYK | cmyk(12%, 18%, 0%, 8%) |
| LAB | lab(80.4 12.9 -19.0) |
| LCH | lch(80.4 23.0 304.1) |
| OKLCH | oklch(0.836 0.060 300.3) |
Copy-ready code
/* CSS */
color: #cfc1eb;
background-color: #cfc1eb;
/* Tailwind (arbitrary) */
class="text-[#cfc1eb] bg-[#cfc1eb]"
/* SCSS */
$brand: #cfc1eb;
/* SwiftUI */
Color(red: 0.812, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#cfc1eb")Accessibility — WCAG contrast
Aa
#cfc1eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc1eb on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.7%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta17.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cfc1eb text on a black background
contrast 12.48:1
Card sample
#cfc1eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc1eb;
Background color
Panel with #cfc1eb background
background-color: #cfc1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc1eb; background: linear-gradient(135deg, #cfc1eb, #EBC1EB);