HSL(233, 33%, 58%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,33%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 33%, 58%) | color: hsl(233, 33%, 58%) | |
| HEX | #7179B7 | color: #7179B7 | |
| RGB | rgb(113, 121, 183) | color: rgb(113, 121, 183) | |
| CMYK | cmyk(38%, 34%, 0%, 28%) | — | |
| HSV | hsv(233, 38%, 72%) | — | |
| HWB | hwb(233 45% 28%) | color: hwb(233 45% 28%) | |
| OKLCH | oklch(0.5953 0.095 277.48) | color: oklch(0.5953 0.095 277.48) | |
| Lab | lab(52.51 12.57 -33.66) | color: lab(52.51 12.57 -33.66) | |
| LCH | lch(52.51 35.93 290.48) | color: lch(52.51 35.93 290.48) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#7475A8 — rgb(116, 117, 168)
Deuteranopia (Green-blind)
#7473A4 — rgb(116, 115, 164)
Tritanopia (Blue-blind)
#719C9A — rgb(113, 156, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 33%, 58%);
text
color: hsl(233, 33%, 58%);
border
border: 2px solid hsl(233, 33%, 58%);
gradient light
background: linear-gradient(to right, hsl(233, 33%, 78%), hsl(233, 33%, 58%));
gradient dark
background: linear-gradient(to right, hsl(233, 33%, 58%), hsl(233, 33%, 38%))
hex
background-color: #7179B7;
tailwind
bg-[hsl(233,33%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 33%, 58%, 0.4);
css variable
--color-primary: hsl(233, 33%, 58%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 33%, 58%)?
HEX: #7179B7 | RGB: rgb(113, 121, 183) | CMYK: 38%, 34%, 0%, 28% | HSV: 233°, 38%, 72%. Copy any format from the conversion table above.
What colors go well with #7179B7?
The complementary color is HSL(53, 33%, 58%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 33%, 58%) in CSS?
As HSL: color: hsl(233, 33%, 58%); — As HEX: color: #7179B7; — As RGB: color: rgb(113, 121, 183); — Tailwind CSS: bg-[hsl(233,33%,58%)] — CSS variable: --color-primary: hsl(233, 33%, 58%);