#cbbcdb
a light, soft violet · warm · closest name: lavender
RGB
203, 188, 219
HSL
269°, 30%, 80%
CMYK
7, 14, 0, 14
Luminance
0.5378
Every format
| HEX | #cbbcdb |
| RGB | rgb(203, 188, 219) |
| HSL | hsl(269, 30%, 80%) |
| CMYK | cmyk(7%, 14%, 0%, 14%) |
| LAB | lab(78.3 11.1 -13.6) |
| LCH | lch(78.3 17.5 309.2) |
| OKLCH | oklch(0.817 0.046 307.2) |
Copy-ready code
/* CSS */
color: #cbbcdb;
background-color: #cbbcdb;
/* Tailwind (arbitrary) */
class="text-[#cbbcdb] bg-[#cbbcdb]"
/* SCSS */
$brand: #cbbcdb;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#cbbcdb")Accessibility — WCAG contrast
Aa
#cbbcdb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcdb on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue85.9%
CMYK percentages
Cyan7.3%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#cbbcdb text on a black background
contrast 11.76:1
Card sample
#cbbcdb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcdb;
Background color
Panel with #cbbcdb background
background-color: #cbbcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcdb; background: linear-gradient(135deg, #cbbcdb, #DBBCD6);