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