HSL(238, 37%, 78%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(238,37%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 37%, 78%) | color: hsl(238, 37%, 78%) | |
| HEX | #B2B4DC | color: #B2B4DC | |
| RGB | rgb(178, 180, 220) | color: rgb(178, 180, 220) | |
| CMYK | cmyk(19%, 18%, 0%, 14%) | — | |
| HSV | hsv(237, 19%, 86%) | — | |
| HWB | hwb(237 70% 14%) | color: hwb(237 70% 14%) | |
| OKLCH | oklch(0.7818 0.0567 282.75) | color: oklch(0.7818 0.0567 282.75) | |
| Lab | lab(74.36 7.55 -20.29) | color: lab(74.36 7.55 -20.29) | |
| LCH | lch(74.36 21.65 290.41) | color: lch(74.36 21.65 290.41) |
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)
#B3B3D2 — rgb(179, 179, 210)
Deuteranopia (Green-blind)
#B3B3D0 — rgb(179, 179, 208)
Tritanopia (Blue-blind)
#B2CBC9 — rgb(178, 203, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 37%, 78%);
text
color: hsl(238, 37%, 78%);
border
border: 2px solid hsl(238, 37%, 78%);
gradient light
background: linear-gradient(to right, hsl(238, 37%, 98%), hsl(238, 37%, 78%));
gradient dark
background: linear-gradient(to right, hsl(238, 37%, 78%), hsl(238, 37%, 58%))
hex
background-color: #B2B4DC;
tailwind
bg-[hsl(238,37%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 37%, 78%, 0.4);
css variable
--color-primary: hsl(238, 37%, 78%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 37%, 78%)?
HEX: #B2B4DC | RGB: rgb(178, 180, 220) | CMYK: 19%, 18%, 0%, 14% | HSV: 237°, 19%, 86%. Copy any format from the conversion table above.
What colors go well with #B2B4DC?
The complementary color is HSL(58, 37%, 78%). For a triadic harmony, use hues 238°, 358°, and 118°. For analogous combinations, try hues 208° and 268°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(238, 37%, 78%) in CSS?
As HSL: color: hsl(238, 37%, 78%); — As HEX: color: #B2B4DC; — As RGB: color: rgb(178, 180, 220); — Tailwind CSS: bg-[hsl(238,37%,78%)] — CSS variable: --color-primary: hsl(238, 37%, 78%);