#cfc0eb
a light, vivid violet · warm · closest name: lavender
RGB
207, 192, 235
HSL
261°, 52%, 84%
CMYK
12, 18, 0, 8
Luminance
0.5696
Every format
| HEX | #cfc0eb |
| RGB | rgb(207, 192, 235) |
| HSL | hsl(261, 52%, 84%) |
| CMYK | cmyk(12%, 18%, 0%, 8%) |
| LAB | lab(80.2 13.4 -19.4) |
| LCH | lch(80.2 23.6 304.7) |
| OKLCH | oklch(0.834 0.061 301.0) |
Copy-ready code
/* CSS */
color: #cfc0eb;
background-color: #cfc0eb;
/* Tailwind (arbitrary) */
class="text-[#cfc0eb] bg-[#cfc0eb]"
/* SCSS */
$brand: #cfc0eb;
/* SwiftUI */
Color(red: 0.812, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#cfc0eb")Accessibility — WCAG contrast
Aa
#cfc0eb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc0eb on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.3%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cfc0eb text on a black background
contrast 12.39:1
Card sample
#cfc0eb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc0eb;
Background color
Panel with #cfc0eb background
background-color: #cfc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc0eb; background: linear-gradient(135deg, #cfc0eb, #EBC0EA);