#bccceb
a light, vivid blue · cool · closest name: lavender
RGB
188, 204, 235
HSL
220°, 54%, 83%
CMYK
20, 13, 0, 8
Luminance
0.5988
Every format
| HEX | #bccceb |
| RGB | rgb(188, 204, 235) |
| HSL | hsl(220, 54%, 83%) |
| CMYK | cmyk(20%, 13%, 0%, 8%) |
| LAB | lab(81.8 1.0 -17.1) |
| LCH | lch(81.8 17.1 273.4) |
| OKLCH | oklch(0.843 0.047 263.7) |
Copy-ready code
/* CSS */
color: #bccceb;
background-color: #bccceb;
/* Tailwind (arbitrary) */
class="text-[#bccceb] bg-[#bccceb]"
/* SCSS */
$brand: #bccceb;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#bccceb")Accessibility — WCAG contrast
Aa
#bccceb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccceb on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bccceb text on a black background
contrast 12.98:1
Card sample
#bccceb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccceb;
Background color
Panel with #bccceb background
background-color: #bccceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccceb; background: linear-gradient(135deg, #bccceb, #CBBCEB);