#c6bfdf
a light, soft blue · warm · closest name: lavender
RGB
198, 191, 223
HSL
253°, 33%, 81%
CMYK
11, 14, 0, 13
Luminance
0.5460
Every format
| HEX | #c6bfdf |
| RGB | rgb(198, 191, 223) |
| HSL | hsl(253, 33%, 81%) |
| CMYK | cmyk(11%, 14%, 0%, 13%) |
| LAB | lab(78.8 8.6 -15.1) |
| LCH | lch(78.8 17.3 299.7) |
| OKLCH | oklch(0.821 0.045 295.4) |
Copy-ready code
/* CSS */
color: #c6bfdf;
background-color: #c6bfdf;
/* Tailwind (arbitrary) */
class="text-[#c6bfdf] bg-[#c6bfdf]"
/* SCSS */
$brand: #c6bfdf;
/* SwiftUI */
Color(red: 0.776, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#c6bfdf")Accessibility — WCAG contrast
Aa
#c6bfdf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6bfdf on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green74.9%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c6bfdf text on a black background
contrast 11.92:1
Card sample
#c6bfdf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6bfdf;
Background color
Panel with #c6bfdf background
background-color: #c6bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6bfdf; background: linear-gradient(135deg, #c6bfdf, #DBBFDF);