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