#ccbfdf
a light, soft violet · warm · closest name: lavender
RGB
204, 191, 223
HSL
264°, 33%, 81%
CMYK
9, 14, 0, 13
Luminance
0.5543
Every format
| HEX | #ccbfdf |
| RGB | rgb(204, 191, 223) |
| HSL | hsl(264, 33%, 81%) |
| CMYK | cmyk(9%, 14%, 0%, 13%) |
| LAB | lab(79.3 10.6 -14.3) |
| LCH | lch(79.3 17.8 306.5) |
| OKLCH | oklch(0.825 0.046 303.8) |
Copy-ready code
/* CSS */
color: #ccbfdf;
background-color: #ccbfdf;
/* Tailwind (arbitrary) */
class="text-[#ccbfdf] bg-[#ccbfdf]"
/* SCSS */
$brand: #ccbfdf;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#ccbfdf")Accessibility — WCAG contrast
Aa
#ccbfdf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfdf on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ccbfdf text on a black background
contrast 12.09:1
Card sample
#ccbfdf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfdf;
Background color
Panel with #ccbfdf background
background-color: #ccbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfdf; background: linear-gradient(135deg, #ccbfdf, #DFBFDD);