#c3bfd7
a light, soft blue · warm · closest name: silver
RGB
195, 191, 215
HSL
250°, 23%, 80%
CMYK
9, 11, 0, 16
Luminance
0.5377
Every format
| HEX | #c3bfd7 |
| RGB | rgb(195, 191, 215) |
| HSL | hsl(250, 23%, 80%) |
| CMYK | cmyk(9%, 11%, 0%, 16%) |
| LAB | lab(78.3 6.0 -11.5) |
| LCH | lch(78.3 12.9 297.6) |
| OKLCH | oklch(0.815 0.034 293.3) |
Copy-ready code
/* CSS */
color: #c3bfd7;
background-color: #c3bfd7;
/* Tailwind (arbitrary) */
class="text-[#c3bfd7] bg-[#c3bfd7]"
/* SCSS */
$brand: #c3bfd7;
/* SwiftUI */
Color(red: 0.765, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#c3bfd7")Accessibility — WCAG contrast
Aa
#c3bfd7 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bfd7 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green74.9%
Blue84.3%
CMYK percentages
Cyan9.3%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#c3bfd7 text on a black background
contrast 11.75:1
Card sample
#c3bfd7 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bfd7;
Background color
Panel with #c3bfd7 background
background-color: #c3bfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bfd7; background: linear-gradient(135deg, #c3bfd7, #D3BFD7);