HSL(233, 48%, 55%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,48%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 48%, 55%) | color: hsl(233, 48%, 55%) | |
| HEX | #5562C3 | color: #5562C3 | |
| RGB | rgb(85, 98, 195) | color: rgb(85, 98, 195) | |
| CMYK | cmyk(56%, 50%, 0%, 24%) | — | |
| HSV | hsv(233, 56%, 76%) | — | |
| HWB | hwb(233 33% 24%) | color: hwb(233 33% 24%) | |
| OKLCH | oklch(0.5357 0.1504 274.43) | color: oklch(0.5357 0.1504 274.43) | |
| Lab | lab(45.09 23.61 -52.49) | color: lab(45.09 23.61 -52.49) | |
| LCH | lch(45.09 57.56 294.22) | color: lch(45.09 57.56 294.22) |
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)
#5B5BAC — rgb(91, 91, 172)
Deuteranopia (Green-blind)
#5A59A6 — rgb(90, 89, 166)
Tritanopia (Blue-blind)
#569995 — rgb(86, 153, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 48%, 55%);
text
color: hsl(233, 48%, 55%);
border
border: 2px solid hsl(233, 48%, 55%);
gradient light
background: linear-gradient(to right, hsl(233, 48%, 75%), hsl(233, 48%, 55%));
gradient dark
background: linear-gradient(to right, hsl(233, 48%, 55%), hsl(233, 48%, 35%))
hex
background-color: #5562C3;
tailwind
bg-[hsl(233,48%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 48%, 55%, 0.4);
css variable
--color-primary: hsl(233, 48%, 55%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 48%, 55%)?
HEX: #5562C3 | RGB: rgb(85, 98, 195) | CMYK: 56%, 50%, 0%, 24% | HSV: 233°, 56%, 76%. Copy any format from the conversion table above.
What colors go well with #5562C3?
The complementary color is HSL(53, 48%, 55%). 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, 48%, 55%) in CSS?
As HSL: color: hsl(233, 48%, 55%); — As HEX: color: #5562C3; — As RGB: color: rgb(85, 98, 195); — Tailwind CSS: bg-[hsl(233,48%,55%)] — CSS variable: --color-primary: hsl(233, 48%, 55%);