#cbc0eb
a light, vivid violet · warm · closest name: lavender
RGB
203, 192, 235
HSL
255°, 52%, 84%
CMYK
14, 18, 0, 8
Luminance
0.5639
Every format
| HEX | #cbc0eb |
| RGB | rgb(203, 192, 235) |
| HSL | hsl(255, 52%, 84%) |
| CMYK | cmyk(14%, 18%, 0%, 8%) |
| LAB | lab(79.8 12.2 -19.9) |
| LCH | lch(79.8 23.3 301.4) |
| OKLCH | oklch(0.831 0.061 296.8) |
Copy-ready code
/* CSS */
color: #cbc0eb;
background-color: #cbc0eb;
/* Tailwind (arbitrary) */
class="text-[#cbc0eb] bg-[#cbc0eb]"
/* SCSS */
$brand: #cbc0eb;
/* SwiftUI */
Color(red: 0.796, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#cbc0eb")Accessibility — WCAG contrast
Aa
#cbc0eb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc0eb on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green75.3%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cbc0eb text on a black background
contrast 12.28:1
Card sample
#cbc0eb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc0eb;
Background color
Panel with #cbc0eb background
background-color: #cbc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc0eb; background: linear-gradient(135deg, #cbc0eb, #E8C0EB);