#ccbaf9
a pale, electric violet · warm · closest name: plum
RGB
204, 186, 249
HSL
257°, 84%, 85%
CMYK
18, 25, 0, 2
Luminance
0.5479
Every format
| HEX | #ccbaf9 |
| RGB | rgb(204, 186, 249) |
| HSL | hsl(257, 84%, 85%) |
| CMYK | cmyk(18%, 25%, 0%, 2%) |
| LAB | lab(78.9 18.7 -28.8) |
| LCH | lch(78.9 34.4 303.0) |
| OKLCH | oklch(0.826 0.089 297.5) |
Copy-ready code
/* CSS */
color: #ccbaf9;
background-color: #ccbaf9;
/* Tailwind (arbitrary) */
class="text-[#ccbaf9] bg-[#ccbaf9]"
/* SCSS */
$brand: #ccbaf9;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.976)
/* Android */
Color.parseColor("#ccbaf9")Accessibility — WCAG contrast
Aa
#ccbaf9 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbaf9 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue97.6%
CMYK percentages
Cyan18.1%
Magenta25.3%
Yellow0.0%
Key (black)2.4%
Color previews
#ccbaf9 text on a black background
contrast 11.96:1
Card sample
#ccbaf9 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbaf9;
Background color
Panel with #ccbaf9 background
background-color: #ccbaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbaf9; background: linear-gradient(135deg, #ccbaf9, #F6BAF9);