#ccbfe2
a light, soft violet · warm · closest name: lavender
RGB
204, 191, 226
HSL
262°, 38%, 82%
CMYK
10, 16, 0, 11
Luminance
0.5559
Every format
| HEX | #ccbfe2 |
| RGB | rgb(204, 191, 226) |
| HSL | hsl(262, 38%, 82%) |
| CMYK | cmyk(10%, 16%, 0%, 11%) |
| LAB | lab(79.4 11.2 -15.8) |
| LCH | lch(79.4 19.3 305.3) |
| OKLCH | oklch(0.827 0.050 302.2) |
Copy-ready code
/* CSS */
color: #ccbfe2;
background-color: #ccbfe2;
/* Tailwind (arbitrary) */
class="text-[#ccbfe2] bg-[#ccbfe2]"
/* SCSS */
$brand: #ccbfe2;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#ccbfe2")Accessibility — WCAG contrast
Aa
#ccbfe2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfe2 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue88.6%
CMYK percentages
Cyan9.7%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#ccbfe2 text on a black background
contrast 12.12:1
Card sample
#ccbfe2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfe2;
Background color
Panel with #ccbfe2 background
background-color: #ccbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfe2; background: linear-gradient(135deg, #ccbfe2, #E2BFE1);