#cbc0df
a light, soft violet · warm · closest name: lavender
RGB
203, 192, 223
HSL
261°, 33%, 81%
CMYK
9, 14, 0, 13
Luminance
0.5572
Every format
| HEX | #cbc0df |
| RGB | rgb(203, 192, 223) |
| HSL | hsl(261, 33%, 81%) |
| CMYK | cmyk(9%, 14%, 0%, 13%) |
| LAB | lab(79.5 9.7 -14.0) |
| LCH | lch(79.5 17.1 304.6) |
| OKLCH | oklch(0.827 0.044 301.6) |
Copy-ready code
/* CSS */
color: #cbc0df;
background-color: #cbc0df;
/* Tailwind (arbitrary) */
class="text-[#cbc0df] bg-[#cbc0df]"
/* SCSS */
$brand: #cbc0df;
/* SwiftUI */
Color(red: 0.796, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#cbc0df")Accessibility — WCAG contrast
Aa
#cbc0df on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc0df on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green75.3%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta13.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cbc0df text on a black background
contrast 12.14:1
Card sample
#cbc0df text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc0df;
Background color
Panel with #cbc0df background
background-color: #cbc0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc0df; background: linear-gradient(135deg, #cbc0df, #DFC0DE);