HSL(247, 79%, 58%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,79%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 79%, 58%) | color: hsl(247, 79%, 58%) | |
| HEX | #533FE9 | color: #533FE9 | |
| RGB | rgb(83, 63, 233) | color: rgb(83, 63, 233) | |
| CMYK | cmyk(64%, 73%, 0%, 9%) | — | |
| HSV | hsv(247, 73%, 91%) | — | |
| HWB | hwb(247 25% 9%) | color: hwb(247 25% 9%) | |
| OKLCH | oklch(0.5075 0.2409 278.74) | color: oklch(0.5075 0.2409 278.74) | |
| Lab | lab(40.04 56.08 -82.48) | color: lab(40.04 56.08 -82.48) | |
| LCH | lch(40.04 99.74 304.21) | color: lch(40.04 99.74 304.21) |
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)
#4A4AC0 — rgb(74, 74, 192)
Deuteranopia (Green-blind)
#4C4DB6 — rgb(76, 77, 182)
Tritanopia (Blue-blind)
#529F98 — rgb(82, 159, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 79%, 58%);
text
color: hsl(247, 79%, 58%);
border
border: 2px solid hsl(247, 79%, 58%);
gradient light
background: linear-gradient(to right, hsl(247, 79%, 78%), hsl(247, 79%, 58%));
gradient dark
background: linear-gradient(to right, hsl(247, 79%, 58%), hsl(247, 79%, 38%))
hex
background-color: #533FE9;
tailwind
bg-[hsl(247,79%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 79%, 58%, 0.4);
css variable
--color-primary: hsl(247, 79%, 58%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 79%, 58%)?
HEX: #533FE9 | RGB: rgb(83, 63, 233) | CMYK: 64%, 73%, 0%, 9% | HSV: 247°, 73%, 91%. Copy any format from the conversion table above.
What colors go well with #533FE9?
The complementary color is HSL(67, 79%, 58%). 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, 79%, 58%) in CSS?
As HSL: color: hsl(247, 79%, 58%); — As HEX: color: #533FE9; — As RGB: color: rgb(83, 63, 233); — Tailwind CSS: bg-[hsl(247,79%,58%)] — CSS variable: --color-primary: hsl(247, 79%, 58%);