#c3bfd0
a light, soft blue · warm · closest name: silver
RGB
195, 191, 208
HSL
254°, 15%, 78%
CMYK
6, 8, 0, 18
Luminance
0.5342
Every format
| HEX | #c3bfd0 |
| RGB | rgb(195, 191, 208) |
| HSL | hsl(254, 15%, 78%) |
| CMYK | cmyk(6%, 8%, 0%, 18%) |
| LAB | lab(78.1 4.6 -8.0) |
| LCH | lch(78.1 9.2 299.9) |
| OKLCH | oklch(0.813 0.024 296.6) |
Copy-ready code
/* CSS */
color: #c3bfd0;
background-color: #c3bfd0;
/* Tailwind (arbitrary) */
class="text-[#c3bfd0] bg-[#c3bfd0]"
/* SCSS */
$brand: #c3bfd0;
/* SwiftUI */
Color(red: 0.765, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#c3bfd0")Accessibility — WCAG contrast
Aa
#c3bfd0 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bfd0 on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green74.9%
Blue81.6%
CMYK percentages
Cyan6.3%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#c3bfd0 text on a black background
contrast 11.68:1
Card sample
#c3bfd0 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bfd0;
Background color
Panel with #c3bfd0 background
background-color: #c3bfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bfd0; background: linear-gradient(135deg, #c3bfd0, #CEBFD0);