#c2bcdb
a light, soft blue · warm · closest name: lavender
RGB
194, 188, 219
HSL
252°, 30%, 80%
CMYK
11, 14, 0, 14
Luminance
0.5255
Every format
| HEX | #c2bcdb |
| RGB | rgb(194, 188, 219) |
| HSL | hsl(252, 30%, 80%) |
| CMYK | cmyk(11%, 14%, 0%, 14%) |
| LAB | lab(77.6 8.1 -14.7) |
| LCH | lch(77.6 16.8 298.8) |
| OKLCH | oklch(0.810 0.044 294.3) |
Copy-ready code
/* CSS */
color: #c2bcdb;
background-color: #c2bcdb;
/* Tailwind (arbitrary) */
class="text-[#c2bcdb] bg-[#c2bcdb]"
/* SCSS */
$brand: #c2bcdb;
/* SwiftUI */
Color(red: 0.761, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#c2bcdb")Accessibility — WCAG contrast
Aa
#c2bcdb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bcdb on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.7%
Blue85.9%
CMYK percentages
Cyan11.4%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#c2bcdb text on a black background
contrast 11.51:1
Card sample
#c2bcdb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bcdb;
Background color
Panel with #c2bcdb background
background-color: #c2bcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bcdb; background: linear-gradient(135deg, #c2bcdb, #D7BCDB);