#ccb2db
a light, soft violet · warm · closest name: plum
RGB
204, 178, 219
HSL
278°, 36%, 78%
CMYK
7, 19, 0, 14
Luminance
0.4979
Every format
| HEX | #ccb2db |
| RGB | rgb(204, 178, 219) |
| HSL | hsl(278, 36%, 78%) |
| CMYK | cmyk(7%, 19%, 0%, 14%) |
| LAB | lab(75.9 16.8 -17.1) |
| LCH | lch(75.9 24.0 314.4) |
| OKLCH | oklch(0.799 0.064 313.2) |
Copy-ready code
/* CSS */
color: #ccb2db;
background-color: #ccb2db;
/* Tailwind (arbitrary) */
class="text-[#ccb2db] bg-[#ccb2db]"
/* SCSS */
$brand: #ccb2db;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#ccb2db")Accessibility — WCAG contrast
Aa
#ccb2db on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb2db on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue85.9%
CMYK percentages
Cyan6.8%
Magenta18.7%
Yellow0.0%
Key (black)14.1%
Color previews
#ccb2db text on a black background
contrast 10.96:1
Card sample
#ccb2db text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb2db;
Background color
Panel with #ccb2db background
background-color: #ccb2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb2db; background: linear-gradient(135deg, #ccb2db, #DBB2CF);