#ccbfdb
a light, soft violet · warm · closest name: lavender
RGB
204, 191, 219
HSL
268°, 28%, 80%
CMYK
7, 13, 0, 14
Luminance
0.5521
Every format
| HEX | #ccbfdb |
| RGB | rgb(204, 191, 219) |
| HSL | hsl(268, 28%, 80%) |
| CMYK | cmyk(7%, 13%, 0%, 14%) |
| LAB | lab(79.2 9.8 -12.3) |
| LCH | lch(79.2 15.7 308.4) |
| OKLCH | oklch(0.824 0.041 306.4) |
Copy-ready code
/* CSS */
color: #ccbfdb;
background-color: #ccbfdb;
/* Tailwind (arbitrary) */
class="text-[#ccbfdb] bg-[#ccbfdb]"
/* SCSS */
$brand: #ccbfdb;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#ccbfdb")Accessibility — WCAG contrast
Aa
#ccbfdb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfdb on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue85.9%
CMYK percentages
Cyan6.8%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#ccbfdb text on a black background
contrast 12.04:1
Card sample
#ccbfdb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfdb;
Background color
Panel with #ccbfdb background
background-color: #ccbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfdb; background: linear-gradient(135deg, #ccbfdb, #DBBFD7);