#cbbaf5
a light, vivid violet · warm · closest name: plum
RGB
203, 186, 245
HSL
257°, 75%, 85%
CMYK
17, 24, 0, 4
Luminance
0.5441
Every format
| HEX | #cbbaf5 |
| RGB | rgb(203, 186, 245) |
| HSL | hsl(257, 75%, 85%) |
| CMYK | cmyk(17%, 24%, 0%, 4%) |
| LAB | lab(78.7 17.5 -27.0) |
| LCH | lch(78.7 32.2 303.0) |
| OKLCH | oklch(0.823 0.084 297.7) |
Copy-ready code
/* CSS */
color: #cbbaf5;
background-color: #cbbaf5;
/* Tailwind (arbitrary) */
class="text-[#cbbaf5] bg-[#cbbaf5]"
/* SCSS */
$brand: #cbbaf5;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.961)
/* Android */
Color.parseColor("#cbbaf5")Accessibility — WCAG contrast
Aa
#cbbaf5 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbaf5 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue96.1%
CMYK percentages
Cyan17.1%
Magenta24.1%
Yellow0.0%
Key (black)3.9%
Color previews
#cbbaf5 text on a black background
contrast 11.88:1
Card sample
#cbbaf5 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbaf5;
Background color
Panel with #cbbaf5 background
background-color: #cbbaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbaf5; background: linear-gradient(135deg, #cbbaf5, #F2BAF5);