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