#bcccdf
a light, soft blue · cool · closest name: lavender
RGB
188, 204, 223
HSL
213°, 35%, 81%
CMYK
16, 9, 0, 13
Luminance
0.5920
Every format
| HEX | #bcccdf |
| RGB | rgb(188, 204, 223) |
| HSL | hsl(213, 35%, 81%) |
| CMYK | cmyk(16%, 9%, 0%, 13%) |
| LAB | lab(81.4 -1.6 -11.2) |
| LCH | lch(81.4 11.3 262.1) |
| OKLCH | oklch(0.839 0.032 252.7) |
Copy-ready code
/* CSS */
color: #bcccdf;
background-color: #bcccdf;
/* Tailwind (arbitrary) */
class="text-[#bcccdf] bg-[#bcccdf]"
/* SCSS */
$brand: #bcccdf;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#bcccdf")Accessibility — WCAG contrast
Aa
#bcccdf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccdf on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bcccdf text on a black background
contrast 12.84:1
Card sample
#bcccdf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccdf;
Background color
Panel with #bcccdf background
background-color: #bcccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccdf; background: linear-gradient(135deg, #bcccdf, #C3BCDF);