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