HSL(207, 22%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,22%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 22%, 76%) | color: hsl(207, 22%, 76%) | |
| HEX | #B4C3CF | color: #B4C3CF | |
| RGB | rgb(180, 195, 207) | color: rgb(180, 195, 207) | |
| CMYK | cmyk(13%, 6%, 0%, 19%) | — | |
| HSV | hsv(207, 13%, 81%) | — | |
| HWB | hwb(207 70% 19%) | color: hwb(207 70% 19%) | |
| OKLCH | oklch(0.8094 0.0237 241.95) | color: oklch(0.8094 0.0237 241.95) | |
| Lab | lab(78.02 -2.7 -7.75) | color: lab(78.02 -2.7 -7.75) | |
| LCH | lch(78.02 8.21 250.79) | color: lch(78.02 8.21 250.79) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#BABBCC — rgb(186, 187, 204)
Deuteranopia (Green-blind)
#BAB9CB — rgb(186, 185, 203)
Tritanopia (Blue-blind)
#B5CAC9 — rgb(181, 202, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 22%, 76%);
text
color: hsl(207, 22%, 76%);
border
border: 2px solid hsl(207, 22%, 76%);
gradient light
background: linear-gradient(to right, hsl(207, 22%, 96%), hsl(207, 22%, 76%));
gradient dark
background: linear-gradient(to right, hsl(207, 22%, 76%), hsl(207, 22%, 56%))
hex
background-color: #B4C3CF;
tailwind
bg-[hsl(207,22%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 22%, 76%, 0.4);
css variable
--color-primary: hsl(207, 22%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 22%, 76%)?
HEX: #B4C3CF | RGB: rgb(180, 195, 207) | CMYK: 13%, 6%, 0%, 19% | HSV: 207°, 13%, 81%. Copy any format from the conversion table above.
What colors go well with #B4C3CF?
The complementary color is HSL(27, 22%, 76%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 22%, 76%) in CSS?
As HSL: color: hsl(207, 22%, 76%); — As HEX: color: #B4C3CF; — As RGB: color: rgb(180, 195, 207); — Tailwind CSS: bg-[hsl(207,22%,76%)] — CSS variable: --color-primary: hsl(207, 22%, 76%);