HSL(241, 20%, 26%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(241,20%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 20%, 26%) | color: hsl(241, 20%, 26%) | |
| HEX | #353550 | color: #353550 | |
| RGB | rgb(53, 53, 80) | color: rgb(53, 53, 80) | |
| CMYK | cmyk(34%, 34%, 0%, 69%) | — | |
| HSV | hsv(240, 34%, 31%) | — | |
| HWB | hwb(240 20% 69%) | color: hwb(240 20% 69%) | |
| OKLCH | oklch(0.3414 0.047 283.63) | color: oklch(0.3414 0.047 283.63) | |
| Lab | lab(23.28 7.31 -16.45) | color: lab(23.28 7.31 -16.45) | |
| LCH | lch(23.28 18 293.96) | color: lch(23.28 18 293.96) |
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)
#353549 — rgb(53, 53, 73)
Deuteranopia (Green-blind)
#353548 — rgb(53, 53, 72)
Tritanopia (Blue-blind)
#354443 — rgb(53, 68, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 20%, 26%);
text
color: hsl(241, 20%, 26%);
border
border: 2px solid hsl(241, 20%, 26%);
gradient light
background: linear-gradient(to right, hsl(241, 20%, 46%), hsl(241, 20%, 26%));
gradient dark
background: linear-gradient(to right, hsl(241, 20%, 26%), hsl(241, 20%, 6%))
hex
background-color: #353550;
tailwind
bg-[hsl(241,20%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 20%, 26%, 0.4);
css variable
--color-primary: hsl(241, 20%, 26%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 20%, 26%)?
HEX: #353550 | RGB: rgb(53, 53, 80) | CMYK: 34%, 34%, 0%, 69% | HSV: 240°, 34%, 31%. Copy any format from the conversion table above.
What colors go well with #353550?
The complementary color is HSL(61, 20%, 26%). 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, 20%, 26%) in CSS?
As HSL: color: hsl(241, 20%, 26%); — As HEX: color: #353550; — As RGB: color: rgb(53, 53, 80); — Tailwind CSS: bg-[hsl(241,20%,26%)] — CSS variable: --color-primary: hsl(241, 20%, 26%);