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