#c8b2ff
a light, electric violet · warm · closest name: plum
RGB
200, 178, 255
HSL
257°, 100%, 85%
CMYK
22, 30, 0, 0
Luminance
0.5134
Every format
| HEX | #c8b2ff |
| RGB | rgb(200, 178, 255) |
| HSL | hsl(257, 100%, 85%) |
| CMYK | cmyk(22%, 30%, 0%, 0%) |
| LAB | lab(76.9 23.2 -35.2) |
| LCH | lch(76.9 42.2 303.4) |
| OKLCH | oklch(0.810 0.109 297.0) |
Copy-ready code
/* CSS */
color: #c8b2ff;
background-color: #c8b2ff;
/* Tailwind (arbitrary) */
class="text-[#c8b2ff] bg-[#c8b2ff]"
/* SCSS */
$brand: #c8b2ff;
/* SwiftUI */
Color(red: 0.784, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#c8b2ff")Accessibility — WCAG contrast
Aa
#c8b2ff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8b2ff on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green69.8%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c8b2ff text on a black background
contrast 11.27:1
Card sample
#c8b2ff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8b2ff;
Background color
Panel with #c8b2ff background
background-color: #c8b2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8b2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8b2ff; background: linear-gradient(135deg, #c8b2ff, #FBB2FF);