#cbbfe7
a light, vivid violet · warm · closest name: lavender
RGB
203, 191, 231
HSL
258°, 46%, 83%
CMYK
12, 17, 0, 9
Luminance
0.5573
Every format
| HEX | #cbbfe7 |
| RGB | rgb(203, 191, 231) |
| HSL | hsl(258, 46%, 83%) |
| CMYK | cmyk(12%, 17%, 0%, 9%) |
| LAB | lab(79.5 11.9 -18.3) |
| LCH | lch(79.5 21.8 302.9) |
| OKLCH | oklch(0.827 0.057 298.9) |
Copy-ready code
/* CSS */
color: #cbbfe7;
background-color: #cbbfe7;
/* Tailwind (arbitrary) */
class="text-[#cbbfe7] bg-[#cbbfe7]"
/* SCSS */
$brand: #cbbfe7;
/* SwiftUI */
Color(red: 0.796, green: 0.749, blue: 0.906)
/* Android */
Color.parseColor("#cbbfe7")Accessibility — WCAG contrast
Aa
#cbbfe7 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbfe7 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.9%
Blue90.6%
CMYK percentages
Cyan12.1%
Magenta17.3%
Yellow0.0%
Key (black)9.4%
Color previews
#cbbfe7 text on a black background
contrast 12.15:1
Card sample
#cbbfe7 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbfe7;
Background color
Panel with #cbbfe7 background
background-color: #cbbfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 191, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 191, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbfe7; background: linear-gradient(135deg, #cbbfe7, #E6BFE7);