#ccb0fc
a light, electric violet · warm · closest name: plum
RGB
204, 176, 252
HSL
262°, 93%, 84%
CMYK
19, 30, 0, 1
Luminance
0.5092
Every format
| HEX | #ccb0fc |
| RGB | rgb(204, 176, 252) |
| HSL | hsl(262, 93%, 84%) |
| CMYK | cmyk(19%, 30%, 0%, 1%) |
| LAB | lab(76.6 24.8 -34.0) |
| LCH | lch(76.6 42.1 306.2) |
| OKLCH | oklch(0.808 0.109 300.9) |
Copy-ready code
/* CSS */
color: #ccb0fc;
background-color: #ccb0fc;
/* Tailwind (arbitrary) */
class="text-[#ccb0fc] bg-[#ccb0fc]"
/* SCSS */
$brand: #ccb0fc;
/* SwiftUI */
Color(red: 0.800, green: 0.690, blue: 0.988)
/* Android */
Color.parseColor("#ccb0fc")Accessibility — WCAG contrast
Aa
#ccb0fc on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb0fc on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.0%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta30.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ccb0fc text on a black background
contrast 11.18:1
Card sample
#ccb0fc text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb0fc;
Background color
Panel with #ccb0fc background
background-color: #ccb0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 176, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 176, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb0fc; background: linear-gradient(135deg, #ccb0fc, #FCB0F9);