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