HSL(243, 83%, 30%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(243,83%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 83%, 30%) | color: hsl(243, 83%, 30%) | |
| HEX | #130D8C | color: #130D8C | |
| RGB | rgb(19, 13, 140) | color: rgb(19, 13, 140) | |
| CMYK | cmyk(86%, 91%, 0%, 45%) | — | |
| HSV | hsv(243, 91%, 55%) | — | |
| HWB | hwb(243 5% 45%) | color: hwb(243 5% 45%) | |
| OKLCH | oklch(0.306 0.1892 268.9) | color: oklch(0.306 0.1892 268.9) | |
| Lab | lab(17.08 46.55 -65.4) | color: lab(17.08 46.55 -65.4) | |
| LCH | lch(17.08 80.27 305.44) | color: lch(17.08 80.27 305.44) |
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)
#10106D — rgb(16, 16, 109)
Deuteranopia (Green-blind)
#111166 — rgb(17, 17, 102)
Tritanopia (Blue-blind)
#135550 — rgb(19, 85, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 83%, 30%);
text
color: hsl(243, 83%, 30%);
border
border: 2px solid hsl(243, 83%, 30%);
gradient light
background: linear-gradient(to right, hsl(243, 83%, 50%), hsl(243, 83%, 30%));
gradient dark
background: linear-gradient(to right, hsl(243, 83%, 30%), hsl(243, 83%, 10%))
hex
background-color: #130D8C;
tailwind
bg-[hsl(243,83%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 83%, 30%, 0.4);
css variable
--color-primary: hsl(243, 83%, 30%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 83%, 30%)?
HEX: #130D8C | RGB: rgb(19, 13, 140) | CMYK: 86%, 91%, 0%, 45% | HSV: 243°, 91%, 55%. Copy any format from the conversion table above.
What colors go well with #130D8C?
The complementary color is HSL(63, 83%, 30%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 83%, 30%) in CSS?
As HSL: color: hsl(243, 83%, 30%); — As HEX: color: #130D8C; — As RGB: color: rgb(19, 13, 140); — Tailwind CSS: bg-[hsl(243,83%,30%)] — CSS variable: --color-primary: hsl(243, 83%, 30%);