#cbc2df
a light, soft violet · warm · closest name: lavender
RGB
203, 194, 223
HSL
259°, 31%, 82%
CMYK
9, 13, 0, 13
Luminance
0.5661
Every format
| HEX | #cbc2df |
| RGB | rgb(203, 194, 223) |
| HSL | hsl(259, 31%, 82%) |
| CMYK | cmyk(9%, 13%, 0%, 13%) |
| LAB | lab(80.0 8.6 -13.3) |
| LCH | lch(80.0 15.8 303.0) |
| OKLCH | oklch(0.831 0.041 299.7) |
Copy-ready code
/* CSS */
color: #cbc2df;
background-color: #cbc2df;
/* Tailwind (arbitrary) */
class="text-[#cbc2df] bg-[#cbc2df]"
/* SCSS */
$brand: #cbc2df;
/* SwiftUI */
Color(red: 0.796, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#cbc2df")Accessibility — WCAG contrast
Aa
#cbc2df on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc2df on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green76.1%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta13.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cbc2df text on a black background
contrast 12.32:1
Card sample
#cbc2df text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc2df;
Background color
Panel with #cbc2df background
background-color: #cbc2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc2df; background: linear-gradient(135deg, #cbc2df, #DEC2DF);