HSL(241, 15%, 50%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(241,15%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 15%, 50%) | color: hsl(241, 15%, 50%) | |
| HEX | #6D6C93 | color: #6D6C93 | |
| RGB | rgb(109, 108, 147) | color: rgb(109, 108, 147) | |
| CMYK | cmyk(26%, 27%, 0%, 42%) | — | |
| HSV | hsv(242, 27%, 58%) | — | |
| HWB | hwb(242 42% 42%) | color: hwb(242 42% 42%) | |
| OKLCH | oklch(0.5474 0.0603 285.4) | color: oklch(0.5474 0.0603 285.4) | |
| Lab | lab(47.08 9.44 -21.1) | color: lab(47.08 9.44 -21.1) | |
| LCH | lch(47.08 23.12 294.1) | color: lch(47.08 23.12 294.1) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6D6D8A — rgb(109, 109, 138)
Deuteranopia (Green-blind)
#6D6D87 — rgb(109, 109, 135)
Tritanopia (Blue-blind)
#6D8280 — rgb(109, 130, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 15%, 50%);
text
color: hsl(241, 15%, 50%);
border
border: 2px solid hsl(241, 15%, 50%);
gradient light
background: linear-gradient(to right, hsl(241, 15%, 70%), hsl(241, 15%, 50%));
gradient dark
background: linear-gradient(to right, hsl(241, 15%, 50%), hsl(241, 15%, 30%))
hex
background-color: #6D6C93;
tailwind
bg-[hsl(241,15%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 15%, 50%, 0.4);
css variable
--color-primary: hsl(241, 15%, 50%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 15%, 50%)?
HEX: #6D6C93 | RGB: rgb(109, 108, 147) | CMYK: 26%, 27%, 0%, 42% | HSV: 242°, 27%, 58%. Copy any format from the conversion table above.
What colors go well with #6D6C93?
The complementary color is HSL(61, 15%, 50%). 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, 15%, 50%) in CSS?
As HSL: color: hsl(241, 15%, 50%); — As HEX: color: #6D6C93; — As RGB: color: rgb(109, 108, 147); — Tailwind CSS: bg-[hsl(241,15%,50%)] — CSS variable: --color-primary: hsl(241, 15%, 50%);