#cbadf3
a light, vivid violet · warm · closest name: plum
RGB
203, 173, 243
HSL
266°, 75%, 82%
CMYK
17, 29, 0, 5
Luminance
0.4905
Every format
| HEX | #cbadf3 |
| RGB | rgb(203, 173, 243) |
| HSL | hsl(266, 75%, 82%) |
| CMYK | cmyk(17%, 29%, 0%, 5%) |
| LAB | lab(75.5 24.2 -30.9) |
| LCH | lch(75.5 39.2 308.1) |
| OKLCH | oklch(0.798 0.102 303.8) |
Copy-ready code
/* CSS */
color: #cbadf3;
background-color: #cbadf3;
/* Tailwind (arbitrary) */
class="text-[#cbadf3] bg-[#cbadf3]"
/* SCSS */
$brand: #cbadf3;
/* SwiftUI */
Color(red: 0.796, green: 0.678, blue: 0.953)
/* Android */
Color.parseColor("#cbadf3")Accessibility — WCAG contrast
Aa
#cbadf3 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbadf3 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.8%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta28.8%
Yellow0.0%
Key (black)4.7%
Color previews
#cbadf3 text on a black background
contrast 10.81:1
Card sample
#cbadf3 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbadf3;
Background color
Panel with #cbadf3 background
background-color: #cbadf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbadf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 173, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 173, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbadf3; background: linear-gradient(135deg, #cbadf3, #F3ADEC);