HSL(247, 57%, 43%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,57%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 57%, 43%) | color: hsl(247, 57%, 43%) | |
| HEX | #3E2FAC | color: #3E2FAC | |
| RGB | rgb(62, 47, 172) | color: rgb(62, 47, 172) | |
| CMYK | cmyk(64%, 73%, 0%, 33%) | — | |
| HSV | hsv(247, 73%, 67%) | — | |
| HWB | hwb(247 18% 33%) | color: hwb(247 18% 33%) | |
| OKLCH | oklch(0.411 0.1883 279.55) | color: oklch(0.411 0.1883 279.55) | |
| Lab | lab(29.5 43.39 -64.36) | color: lab(29.5 43.39 -64.36) | |
| LCH | lch(29.5 77.62 303.99) | color: lch(29.5 77.62 303.99) |
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)
#38378E — rgb(56, 55, 142)
Deuteranopia (Green-blind)
#383A87 — rgb(56, 58, 135)
Tritanopia (Blue-blind)
#3D7671 — rgb(61, 118, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 57%, 43%);
text
color: hsl(247, 57%, 43%);
border
border: 2px solid hsl(247, 57%, 43%);
gradient light
background: linear-gradient(to right, hsl(247, 57%, 63%), hsl(247, 57%, 43%));
gradient dark
background: linear-gradient(to right, hsl(247, 57%, 43%), hsl(247, 57%, 23%))
hex
background-color: #3E2FAC;
tailwind
bg-[hsl(247,57%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 57%, 43%, 0.4);
css variable
--color-primary: hsl(247, 57%, 43%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 57%, 43%)?
HEX: #3E2FAC | RGB: rgb(62, 47, 172) | CMYK: 64%, 73%, 0%, 33% | HSV: 247°, 73%, 67%. Copy any format from the conversion table above.
What colors go well with #3E2FAC?
The complementary color is HSL(67, 57%, 43%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 57%, 43%) in CSS?
As HSL: color: hsl(247, 57%, 43%); — As HEX: color: #3E2FAC; — As RGB: color: rgb(62, 47, 172); — Tailwind CSS: bg-[hsl(247,57%,43%)] — CSS variable: --color-primary: hsl(247, 57%, 43%);