#cbbaf3
a light, vivid violet · warm · closest name: plum
RGB
203, 186, 243
HSL
258°, 70%, 84%
CMYK
17, 24, 0, 5
Luminance
0.5429
Every format
| HEX | #cbbaf3 |
| RGB | rgb(203, 186, 243) |
| HSL | hsl(258, 70%, 84%) |
| CMYK | cmyk(17%, 24%, 0%, 5%) |
| LAB | lab(78.6 17.1 -26.1) |
| LCH | lch(78.6 31.2 303.3) |
| OKLCH | oklch(0.822 0.081 298.3) |
Copy-ready code
/* CSS */
color: #cbbaf3;
background-color: #cbbaf3;
/* Tailwind (arbitrary) */
class="text-[#cbbaf3] bg-[#cbbaf3]"
/* SCSS */
$brand: #cbbaf3;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#cbbaf3")Accessibility — WCAG contrast
Aa
#cbbaf3 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbaf3 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#cbbaf3 text on a black background
contrast 11.86:1
Card sample
#cbbaf3 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbaf3;
Background color
Panel with #cbbaf3 background
background-color: #cbbaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbaf3; background: linear-gradient(135deg, #cbbaf3, #F1BAF3);