HSL(225, 80%, 56%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(225,80%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 80%, 56%) | color: hsl(225, 80%, 56%) | |
| HEX | #3562E9 | color: #3562E9 | |
| RGB | rgb(53, 98, 233) | color: rgb(53, 98, 233) | |
| CMYK | cmyk(77%, 58%, 0%, 9%) | — | |
| HSV | hsv(225, 77%, 91%) | — | |
| HWB | hwb(225 21% 9%) | color: hwb(225 21% 9%) | |
| OKLCH | oklch(0.5477 0.2102 265.65) | color: oklch(0.5477 0.2102 265.65) | |
| Lab | lab(46.14 32.19 -72.55) | color: lab(46.14 32.19 -72.55) | |
| LCH | lch(46.14 79.37 293.93) | color: lch(46.14 79.37 293.93) |
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)
#4849C8 — rgb(72, 73, 200)
Deuteranopia (Green-blind)
#4643C1 — rgb(70, 67, 193)
Tritanopia (Blue-blind)
#37AFA9 — rgb(55, 175, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 80%, 56%);
text
color: hsl(225, 80%, 56%);
border
border: 2px solid hsl(225, 80%, 56%);
gradient light
background: linear-gradient(to right, hsl(225, 80%, 76%), hsl(225, 80%, 56%));
gradient dark
background: linear-gradient(to right, hsl(225, 80%, 56%), hsl(225, 80%, 36%))
hex
background-color: #3562E9;
tailwind
bg-[hsl(225,80%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 80%, 56%, 0.4);
css variable
--color-primary: hsl(225, 80%, 56%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 80%, 56%)?
HEX: #3562E9 | RGB: rgb(53, 98, 233) | CMYK: 77%, 58%, 0%, 9% | HSV: 225°, 77%, 91%. Copy any format from the conversion table above.
What colors go well with #3562E9?
The complementary color is HSL(45, 80%, 56%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 80%, 56%) in CSS?
As HSL: color: hsl(225, 80%, 56%); — As HEX: color: #3562E9; — As RGB: color: rgb(53, 98, 233); — Tailwind CSS: bg-[hsl(225,80%,56%)] — CSS variable: --color-primary: hsl(225, 80%, 56%);