#cbc9f0
a pale, vivid blue · warm · closest name: lavender
RGB
203, 201, 240
HSL
243°, 57%, 87%
CMYK
15, 16, 0, 6
Luminance
0.6076
Every format
| HEX | #cbc9f0 |
| RGB | rgb(203, 201, 240) |
| HSL | hsl(243, 57%, 87%) |
| CMYK | cmyk(15%, 16%, 0%, 6%) |
| LAB | lab(82.3 8.4 -18.9) |
| LCH | lch(82.3 20.7 293.8) |
| OKLCH | oklch(0.850 0.054 287.5) |
Copy-ready code
/* CSS */
color: #cbc9f0;
background-color: #cbc9f0;
/* Tailwind (arbitrary) */
class="text-[#cbc9f0] bg-[#cbc9f0]"
/* SCSS */
$brand: #cbc9f0;
/* SwiftUI */
Color(red: 0.796, green: 0.788, blue: 0.941)
/* Android */
Color.parseColor("#cbc9f0")Accessibility — WCAG contrast
Aa
#cbc9f0 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc9f0 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green78.8%
Blue94.1%
CMYK percentages
Cyan15.4%
Magenta16.3%
Yellow0.0%
Key (black)5.9%
Color previews
#cbc9f0 text on a black background
contrast 13.15:1
Card sample
#cbc9f0 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc9f0;
Background color
Panel with #cbc9f0 background
background-color: #cbc9f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc9f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 201, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 201, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc9f0; background: linear-gradient(135deg, #cbc9f0, #E5C9F0);