HSL(241, 39%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(241,39%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 39%, 67%) | color: hsl(241, 39%, 67%) | |
| HEX | #8B8ACC | color: #8B8ACC | |
| RGB | rgb(139, 138, 204) | color: rgb(139, 138, 204) | |
| CMYK | cmyk(32%, 32%, 0%, 20%) | — | |
| HSV | hsv(241, 32%, 80%) | — | |
| HWB | hwb(241 54% 20%) | color: hwb(241 54% 20%) | |
| OKLCH | oklch(0.6603 0.0973 284.1) | color: oklch(0.6603 0.0973 284.1) | |
| Lab | lab(59.91 15.6 -33.91) | color: lab(59.91 15.6 -33.91) | |
| LCH | lch(59.91 37.33 294.7) | color: lch(59.91 37.33 294.7) |
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)
#8B8BBC — rgb(139, 139, 188)
Deuteranopia (Green-blind)
#8B8BB8 — rgb(139, 139, 184)
Tritanopia (Blue-blind)
#8BAFAD — rgb(139, 175, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 39%, 67%);
text
color: hsl(241, 39%, 67%);
border
border: 2px solid hsl(241, 39%, 67%);
gradient light
background: linear-gradient(to right, hsl(241, 39%, 87%), hsl(241, 39%, 67%));
gradient dark
background: linear-gradient(to right, hsl(241, 39%, 67%), hsl(241, 39%, 47%))
hex
background-color: #8B8ACC;
tailwind
bg-[hsl(241,39%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 39%, 67%, 0.4);
css variable
--color-primary: hsl(241, 39%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 39%, 67%)?
HEX: #8B8ACC | RGB: rgb(139, 138, 204) | CMYK: 32%, 32%, 0%, 20% | HSV: 241°, 32%, 80%. Copy any format from the conversion table above.
What colors go well with #8B8ACC?
The complementary color is HSL(61, 39%, 67%). 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, 39%, 67%) in CSS?
As HSL: color: hsl(241, 39%, 67%); — As HEX: color: #8B8ACC; — As RGB: color: rgb(139, 138, 204); — Tailwind CSS: bg-[hsl(241,39%,67%)] — CSS variable: --color-primary: hsl(241, 39%, 67%);