HSL(238, 40%, 26%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(238,40%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 40%, 26%) | color: hsl(238, 40%, 26%) | |
| HEX | #282A5D | color: #282A5D | |
| RGB | rgb(40, 42, 93) | color: rgb(40, 42, 93) | |
| CMYK | cmyk(57%, 55%, 0%, 64%) | — | |
| HSV | hsv(238, 57%, 36%) | — | |
| HWB | hwb(238 15% 64%) | color: hwb(238 15% 64%) | |
| OKLCH | oklch(0.3132 0.0892 278.23) | color: oklch(0.3132 0.0892 278.23) | |
| Lab | lab(19.63 15.56 -30.92) | color: lab(19.63 15.56 -30.92) | |
| LCH | lch(19.63 34.61 296.71) | color: lch(19.63 34.61 296.71) |
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)
#292951 — rgb(41, 41, 81)
Deuteranopia (Green-blind)
#29294E — rgb(41, 41, 78)
Tritanopia (Blue-blind)
#284745 — rgb(40, 71, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 40%, 26%);
text
color: hsl(238, 40%, 26%);
border
border: 2px solid hsl(238, 40%, 26%);
gradient light
background: linear-gradient(to right, hsl(238, 40%, 46%), hsl(238, 40%, 26%));
gradient dark
background: linear-gradient(to right, hsl(238, 40%, 26%), hsl(238, 40%, 6%))
hex
background-color: #282A5D;
tailwind
bg-[hsl(238,40%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 40%, 26%, 0.4);
css variable
--color-primary: hsl(238, 40%, 26%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 40%, 26%)?
HEX: #282A5D | RGB: rgb(40, 42, 93) | CMYK: 57%, 55%, 0%, 64% | HSV: 238°, 57%, 36%. Copy any format from the conversion table above.
What colors go well with #282A5D?
The complementary color is HSL(58, 40%, 26%). 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, 40%, 26%) in CSS?
As HSL: color: hsl(238, 40%, 26%); — As HEX: color: #282A5D; — As RGB: color: rgb(40, 42, 93); — Tailwind CSS: bg-[hsl(238,40%,26%)] — CSS variable: --color-primary: hsl(238, 40%, 26%);