HSL(230, 80%, 37%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,80%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 80%, 37%) | color: hsl(230, 80%, 37%) | |
| HEX | #132CAA | color: #132CAA | |
| RGB | rgb(19, 44, 170) | color: rgb(19, 44, 170) | |
| CMYK | cmyk(89%, 74%, 0%, 33%) | — | |
| HSV | hsv(230, 89%, 67%) | — | |
| HWB | hwb(230 7% 33%) | color: hwb(230 7% 33%) | |
| OKLCH | oklch(0.381 0.1993 266.16) | color: oklch(0.381 0.1993 266.16) | |
| Lab | lab(26.28 40.69 -68.55) | color: lab(26.28 40.69 -68.55) | |
| LCH | lch(26.28 79.72 300.69) | color: lch(26.28 79.72 300.69) |
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)
#1E1E8C — rgb(30, 30, 140)
Deuteranopia (Green-blind)
#1C1B84 — rgb(28, 27, 132)
Tritanopia (Blue-blind)
#14736E — rgb(20, 115, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 80%, 37%);
text
color: hsl(230, 80%, 37%);
border
border: 2px solid hsl(230, 80%, 37%);
gradient light
background: linear-gradient(to right, hsl(230, 80%, 57%), hsl(230, 80%, 37%));
gradient dark
background: linear-gradient(to right, hsl(230, 80%, 37%), hsl(230, 80%, 17%))
hex
background-color: #132CAA;
tailwind
bg-[hsl(230,80%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 80%, 37%, 0.4);
css variable
--color-primary: hsl(230, 80%, 37%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 80%, 37%)?
HEX: #132CAA | RGB: rgb(19, 44, 170) | CMYK: 89%, 74%, 0%, 33% | HSV: 230°, 89%, 67%. Copy any format from the conversion table above.
What colors go well with #132CAA?
The complementary color is HSL(50, 80%, 37%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 80%, 37%) in CSS?
As HSL: color: hsl(230, 80%, 37%); — As HEX: color: #132CAA; — As RGB: color: rgb(19, 44, 170); — Tailwind CSS: bg-[hsl(230,80%,37%)] — CSS variable: --color-primary: hsl(230, 80%, 37%);