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