#c6bfe2
a light, soft blue · warm · closest name: lavender
RGB
198, 191, 226
HSL
252°, 38%, 82%
CMYK
12, 16, 0, 11
Luminance
0.5476
Every format
| HEX | #c6bfe2 |
| RGB | rgb(198, 191, 226) |
| HSL | hsl(252, 38%, 82%) |
| CMYK | cmyk(12%, 16%, 0%, 11%) |
| LAB | lab(78.9 9.2 -16.5) |
| LCH | lch(78.9 18.9 299.2) |
| OKLCH | oklch(0.822 0.049 294.5) |
Copy-ready code
/* CSS */
color: #c6bfe2;
background-color: #c6bfe2;
/* Tailwind (arbitrary) */
class="text-[#c6bfe2] bg-[#c6bfe2]"
/* SCSS */
$brand: #c6bfe2;
/* SwiftUI */
Color(red: 0.776, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#c6bfe2")Accessibility — WCAG contrast
Aa
#c6bfe2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6bfe2 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green74.9%
Blue88.6%
CMYK percentages
Cyan12.4%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#c6bfe2 text on a black background
contrast 11.95:1
Card sample
#c6bfe2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6bfe2;
Background color
Panel with #c6bfe2 background
background-color: #c6bfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6bfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6bfe2; background: linear-gradient(135deg, #c6bfe2, #DDBFE2);