HSL(241, 36%, 78%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(241,36%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 36%, 78%) | color: hsl(241, 36%, 78%) | |
| HEX | #B3B3DB | color: #B3B3DB | |
| RGB | rgb(179, 179, 219) | color: rgb(179, 179, 219) | |
| CMYK | cmyk(18%, 18%, 0%, 14%) | — | |
| HSV | hsv(240, 18%, 86%) | — | |
| HWB | hwb(240 71% 14%) | color: hwb(240 71% 14%) | |
| OKLCH | oklch(0.7802 0.0566 285.01) | color: oklch(0.7802 0.0566 285.01) | |
| Lab | lab(74.15 8.19 -20.06) | color: lab(74.15 8.19 -20.06) | |
| LCH | lch(74.15 21.67 292.21) | color: lch(74.15 21.67 292.21) |
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)
#B3B3D1 — rgb(179, 179, 209)
Deuteranopia (Green-blind)
#B3B3CF — rgb(179, 179, 207)
Tritanopia (Blue-blind)
#B3CAC8 — rgb(179, 202, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 36%, 78%);
text
color: hsl(241, 36%, 78%);
border
border: 2px solid hsl(241, 36%, 78%);
gradient light
background: linear-gradient(to right, hsl(241, 36%, 98%), hsl(241, 36%, 78%));
gradient dark
background: linear-gradient(to right, hsl(241, 36%, 78%), hsl(241, 36%, 58%))
hex
background-color: #B3B3DB;
tailwind
bg-[hsl(241,36%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 36%, 78%, 0.4);
css variable
--color-primary: hsl(241, 36%, 78%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 36%, 78%)?
HEX: #B3B3DB | RGB: rgb(179, 179, 219) | CMYK: 18%, 18%, 0%, 14% | HSV: 240°, 18%, 86%. Copy any format from the conversion table above.
What colors go well with #B3B3DB?
The complementary color is HSL(61, 36%, 78%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 36%, 78%) in CSS?
As HSL: color: hsl(241, 36%, 78%); — As HEX: color: #B3B3DB; — As RGB: color: rgb(179, 179, 219); — Tailwind CSS: bg-[hsl(241,36%,78%)] — CSS variable: --color-primary: hsl(241, 36%, 78%);