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