#B3CCE6 color
#B3CCE6 is a very light, moderately saturated blue, closest to the CSS named color lightsteelblue (#B0C4DE).
Color values
| HEX | #B3CCE6 |
| RGB | rgb(179, 204, 230) |
| HSL | hsl(211, 50%, 80%) |
| CMYK | cmyk(22%, 11%, 0%, 10%) |
| Decimal | 11783398 |
| CSS | color: #B3CCE6; |
| Android | 0xFFB3CCE6 |
| Swift | UIColor(red: 0.702, green: 0.800, blue: 0.902, alpha: 1) |
Accessibility and contrast
| White text on #B3CCE6 | 1.65:1 — AA fail · AA large fail · AAA fail |
| Black text on #B3CCE6 | 12.70:1 — AA pass · AA large pass · AAA pass |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #B3CCE6
Each swatch keeps the hue and saturation of #B3CCE6 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #B3CCE6
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #B3CCE6 in code
/* CSS */
.element { color: #B3CCE6; background-color: #B3CCE6; }
.element { color: rgb(179 204 230); }
.element { color: hsl(211 50% 80%); }
/* Tailwind arbitrary value */
<div class="bg-[#B3CCE6] text-black">
/* SCSS variable */
$brand: #B3CCE6;
Frequently asked questions
What color is #B3CCE6?
#B3CCE6 is a very light, moderately saturated blue. Its hue sits at 211° on the color wheel, with 50% saturation and 80% lightness.
What is #B3CCE6 in RGB?
#B3CCE6 converts to rgb(179, 204, 230) — 179 red, 204 green and 230 blue.
What is #B3CCE6 in CMYK?
Approximately cmyk(22%, 11%, 0%, 10%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #B3CCE6 be white or black?
Black gives the better contrast ratio (12.70:1 versus 1.65:1).
What is the complementary color of #B3CCE6?
#E6CDB3 — the hue directly opposite #B3CCE6 on the color wheel.