#cbc7eb
a pale, vivid blue · warm · closest name: lavender
RGB
203, 199, 235
HSL
247°, 47%, 85%
CMYK
14, 15, 0, 8
Luminance
0.5954
Every format
| HEX | #cbc7eb |
| RGB | rgb(203, 199, 235) |
| HSL | hsl(247, 47%, 85%) |
| CMYK | cmyk(14%, 15%, 0%, 8%) |
| LAB | lab(81.6 8.4 -17.3) |
| LCH | lch(81.6 19.2 295.9) |
| OKLCH | oklch(0.844 0.050 290.4) |
Copy-ready code
/* CSS */
color: #cbc7eb;
background-color: #cbc7eb;
/* Tailwind (arbitrary) */
class="text-[#cbc7eb] bg-[#cbc7eb]"
/* SCSS */
$brand: #cbc7eb;
/* SwiftUI */
Color(red: 0.796, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#cbc7eb")Accessibility — WCAG contrast
Aa
#cbc7eb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc7eb on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green78.0%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta15.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cbc7eb text on a black background
contrast 12.91:1
Card sample
#cbc7eb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc7eb;
Background color
Panel with #cbc7eb background
background-color: #cbc7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc7eb; background: linear-gradient(135deg, #cbc7eb, #E3C7EB);