HSL(217, 74%, 58%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(217,74%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 74%, 58%) | color: hsl(217, 74%, 58%) | |
| HEX | #4581E3 | color: #4581E3 | |
| RGB | rgb(69, 129, 227) | color: rgb(69, 129, 227) | |
| CMYK | cmyk(70%, 43%, 0%, 11%) | — | |
| HSV | hsv(217, 70%, 89%) | — | |
| HWB | hwb(217 27% 11%) | color: hwb(217 27% 11%) | |
| OKLCH | oklch(0.6122 0.1614 259.73) | color: oklch(0.6122 0.1614 259.73) | |
| Lab | lab(54.56 12.6 -55.54) | color: lab(54.56 12.6 -55.54) | |
| LCH | lch(54.56 56.95 282.78) | color: lch(54.56 56.95 282.78) |
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)
#5F60CB — rgb(95, 96, 203)
Deuteranopia (Green-blind)
#5C57C6 — rgb(92, 87, 198)
Tritanopia (Blue-blind)
#48B9B4 — rgb(72, 185, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 74%, 58%);
text
color: hsl(217, 74%, 58%);
border
border: 2px solid hsl(217, 74%, 58%);
gradient light
background: linear-gradient(to right, hsl(217, 74%, 78%), hsl(217, 74%, 58%));
gradient dark
background: linear-gradient(to right, hsl(217, 74%, 58%), hsl(217, 74%, 38%))
hex
background-color: #4581E3;
tailwind
bg-[hsl(217,74%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 74%, 58%, 0.4);
css variable
--color-primary: hsl(217, 74%, 58%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 74%, 58%)?
HEX: #4581E3 | RGB: rgb(69, 129, 227) | CMYK: 70%, 43%, 0%, 11% | HSV: 217°, 70%, 89%. Copy any format from the conversion table above.
What colors go well with #4581E3?
The complementary color is HSL(37, 74%, 58%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 74%, 58%) in CSS?
As HSL: color: hsl(217, 74%, 58%); — As HEX: color: #4581E3; — As RGB: color: rgb(69, 129, 227); — Tailwind CSS: bg-[hsl(217,74%,58%)] — CSS variable: --color-primary: hsl(217, 74%, 58%);