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