#ccb3f3
a light, vivid violet · warm · closest name: plum
RGB
204, 179, 243
HSL
263°, 73%, 83%
CMYK
16, 26, 0, 5
Luminance
0.5155
Every format
| HEX | #ccb3f3 |
| RGB | rgb(204, 179, 243) |
| HSL | hsl(263, 73%, 83%) |
| CMYK | cmyk(16%, 26%, 0%, 5%) |
| LAB | lab(77.0 21.2 -28.5) |
| LCH | lch(77.0 35.5 306.7) |
| OKLCH | oklch(0.810 0.092 302.3) |
Copy-ready code
/* CSS */
color: #ccb3f3;
background-color: #ccb3f3;
/* Tailwind (arbitrary) */
class="text-[#ccb3f3] bg-[#ccb3f3]"
/* SCSS */
$brand: #ccb3f3;
/* SwiftUI */
Color(red: 0.800, green: 0.702, blue: 0.953)
/* Android */
Color.parseColor("#ccb3f3")Accessibility — WCAG contrast
Aa
#ccb3f3 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb3f3 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green70.2%
Blue95.3%
CMYK percentages
Cyan16.0%
Magenta26.3%
Yellow0.0%
Key (black)4.7%
Color previews
#ccb3f3 text on a black background
contrast 11.31:1
Card sample
#ccb3f3 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb3f3;
Background color
Panel with #ccb3f3 background
background-color: #ccb3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 179, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 179, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb3f3; background: linear-gradient(135deg, #ccb3f3, #F3B3EF);