#cbc9eb
a pale, vivid blue · warm · closest name: lavender
RGB
203, 201, 235
HSL
244°, 46%, 86%
CMYK
14, 15, 0, 8
Luminance
0.6047
Every format
| HEX | #cbc9eb |
| RGB | rgb(203, 201, 235) |
| HSL | hsl(244, 46%, 86%) |
| CMYK | cmyk(14%, 15%, 0%, 8%) |
| LAB | lab(82.1 7.3 -16.5) |
| LCH | lch(82.1 18.1 293.9) |
| OKLCH | oklch(0.848 0.047 288.0) |
Copy-ready code
/* CSS */
color: #cbc9eb;
background-color: #cbc9eb;
/* Tailwind (arbitrary) */
class="text-[#cbc9eb] bg-[#cbc9eb]"
/* SCSS */
$brand: #cbc9eb;
/* SwiftUI */
Color(red: 0.796, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#cbc9eb")Accessibility — WCAG contrast
Aa
#cbc9eb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc9eb on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green78.8%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cbc9eb text on a black background
contrast 13.09:1
Card sample
#cbc9eb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc9eb;
Background color
Panel with #cbc9eb background
background-color: #cbc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc9eb; background: linear-gradient(135deg, #cbc9eb, #E2C9EB);