HSL(219, 75%, 56%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,75%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 75%, 56%) | color: hsl(219, 75%, 56%) | |
| HEX | #3B76E3 | color: #3B76E3 | |
| RGB | rgb(59, 118, 227) | color: rgb(59, 118, 227) | |
| CMYK | cmyk(74%, 48%, 0%, 11%) | — | |
| HSV | hsv(219, 74%, 89%) | — | |
| HWB | hwb(219 23% 11%) | color: hwb(219 23% 11%) | |
| OKLCH | oklch(0.5852 0.1771 261.37) | color: oklch(0.5852 0.1771 261.37) | |
| Lab | lab(51.19 18.06 -60.98) | color: lab(51.19 18.06 -60.98) | |
| LCH | lch(51.19 63.6 286.5) | color: lch(51.19 63.6 286.5) |
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)
#5555C9 — rgb(85, 85, 201)
Deuteranopia (Green-blind)
#514DC2 — rgb(81, 77, 194)
Tritanopia (Blue-blind)
#3EB4AF — rgb(62, 180, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 75%, 56%);
text
color: hsl(219, 75%, 56%);
border
border: 2px solid hsl(219, 75%, 56%);
gradient light
background: linear-gradient(to right, hsl(219, 75%, 76%), hsl(219, 75%, 56%));
gradient dark
background: linear-gradient(to right, hsl(219, 75%, 56%), hsl(219, 75%, 36%))
hex
background-color: #3B76E3;
tailwind
bg-[hsl(219,75%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 75%, 56%, 0.4);
css variable
--color-primary: hsl(219, 75%, 56%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 75%, 56%)?
HEX: #3B76E3 | RGB: rgb(59, 118, 227) | CMYK: 74%, 48%, 0%, 11% | HSV: 219°, 74%, 89%. Copy any format from the conversion table above.
What colors go well with #3B76E3?
The complementary color is HSL(39, 75%, 56%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 75%, 56%) in CSS?
As HSL: color: hsl(219, 75%, 56%); — As HEX: color: #3B76E3; — As RGB: color: rgb(59, 118, 227); — Tailwind CSS: bg-[hsl(219,75%,56%)] — CSS variable: --color-primary: hsl(219, 75%, 56%);