#cbbcdf
a light, soft violet · warm · closest name: lavender
RGB
203, 188, 223
HSL
266°, 35%, 81%
CMYK
9, 16, 0, 13
Luminance
0.5399
Every format
| HEX | #cbbcdf |
| RGB | rgb(203, 188, 223) |
| HSL | hsl(266, 35%, 81%) |
| CMYK | cmyk(9%, 16%, 0%, 13%) |
| LAB | lab(78.5 11.8 -15.5) |
| LCH | lch(78.5 19.5 307.3) |
| OKLCH | oklch(0.819 0.051 304.7) |
Copy-ready code
/* CSS */
color: #cbbcdf;
background-color: #cbbcdf;
/* Tailwind (arbitrary) */
class="text-[#cbbcdf] bg-[#cbbcdf]"
/* SCSS */
$brand: #cbbcdf;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#cbbcdf")Accessibility — WCAG contrast
Aa
#cbbcdf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcdf on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cbbcdf text on a black background
contrast 11.80:1
Card sample
#cbbcdf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcdf;
Background color
Panel with #cbbcdf background
background-color: #cbbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcdf; background: linear-gradient(135deg, #cbbcdf, #DFBCDC);