#c4bcdf
a light, soft blue · warm · closest name: lavender
RGB
196, 188, 223
HSL
254°, 35%, 81%
CMYK
12, 16, 0, 13
Luminance
0.5303
Every format
| HEX | #c4bcdf |
| RGB | rgb(196, 188, 223) |
| HSL | hsl(254, 35%, 81%) |
| CMYK | cmyk(12%, 16%, 0%, 13%) |
| LAB | lab(77.9 9.6 -16.4) |
| LCH | lch(77.9 19.0 300.2) |
| OKLCH | oklch(0.813 0.049 295.8) |
Copy-ready code
/* CSS */
color: #c4bcdf;
background-color: #c4bcdf;
/* Tailwind (arbitrary) */
class="text-[#c4bcdf] bg-[#c4bcdf]"
/* SCSS */
$brand: #c4bcdf;
/* SwiftUI */
Color(red: 0.769, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#c4bcdf")Accessibility — WCAG contrast
Aa
#c4bcdf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bcdf on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green73.7%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c4bcdf text on a black background
contrast 11.61:1
Card sample
#c4bcdf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bcdf;
Background color
Panel with #c4bcdf background
background-color: #c4bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bcdf; background: linear-gradient(135deg, #c4bcdf, #DBBCDF);