#bcc3df
a light, soft blue · warm · closest name: lavender
RGB
188, 195, 223
HSL
228°, 35%, 81%
CMYK
16, 13, 0, 13
Luminance
0.5505
Every format
| HEX | #bcc3df |
| RGB | rgb(188, 195, 223) |
| HSL | hsl(228, 35%, 81%) |
| CMYK | cmyk(16%, 13%, 0%, 13%) |
| LAB | lab(79.1 3.2 -14.7) |
| LCH | lch(79.1 15.1 282.4) |
| OKLCH | oklch(0.821 0.040 274.4) |
Copy-ready code
/* CSS */
color: #bcc3df;
background-color: #bcc3df;
/* Tailwind (arbitrary) */
class="text-[#bcc3df] bg-[#bcc3df]"
/* SCSS */
$brand: #bcc3df;
/* SwiftUI */
Color(red: 0.737, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#bcc3df")Accessibility — WCAG contrast
Aa
#bcc3df on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcc3df on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green76.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta12.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bcc3df text on a black background
contrast 12.01:1
Card sample
#bcc3df text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcc3df;
Background color
Panel with #bcc3df background
background-color: #bcc3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcc3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcc3df; background: linear-gradient(135deg, #bcc3df, #CCBCDF);