#cbbbdf
a light, soft violet · warm · closest name: lavender
RGB
203, 187, 223
HSL
267°, 36%, 80%
CMYK
9, 16, 0, 13
Luminance
0.5356
Every format
| HEX | #cbbbdf |
| RGB | rgb(203, 187, 223) |
| HSL | hsl(267, 36%, 80%) |
| CMYK | cmyk(9%, 16%, 0%, 13%) |
| LAB | lab(78.2 12.4 -15.9) |
| LCH | lch(78.2 20.2 307.9) |
| OKLCH | oklch(0.817 0.053 305.4) |
Copy-ready code
/* CSS */
color: #cbbbdf;
background-color: #cbbbdf;
/* Tailwind (arbitrary) */
class="text-[#cbbbdf] bg-[#cbbbdf]"
/* SCSS */
$brand: #cbbbdf;
/* SwiftUI */
Color(red: 0.796, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#cbbbdf")Accessibility — WCAG contrast
Aa
#cbbbdf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbbdf on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.3%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cbbbdf text on a black background
contrast 11.71:1
Card sample
#cbbbdf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbbdf;
Background color
Panel with #cbbbdf background
background-color: #cbbbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbbdf; background: linear-gradient(135deg, #cbbbdf, #DFBBDB);