HSL(230, 83%, 19%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,83%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 83%, 19%) | color: hsl(230, 83%, 19%) | |
| HEX | #081659 | color: #081659 | |
| RGB | rgb(8, 22, 89) | color: rgb(8, 22, 89) | |
| CMYK | cmyk(91%, 75%, 0%, 65%) | — | |
| HSV | hsv(230, 91%, 35%) | — | |
| HWB | hwb(230 3% 65%) | color: hwb(230 3% 65%) | |
| OKLCH | oklch(0.2472 0.1203 266.7) | color: oklch(0.2472 0.1203 266.7) | |
| Lab | lab(11.6 23.32 -41.42) | color: lab(11.6 23.32 -41.42) | |
| LCH | lch(11.6 47.53 299.38) | color: lch(11.6 47.53 299.38) |
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)
#0E0E49 — rgb(14, 14, 73)
Deuteranopia (Green-blind)
#0D0C45 — rgb(13, 12, 69)
Tritanopia (Blue-blind)
#093C39 — rgb(9, 60, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 83%, 19%);
text
color: hsl(230, 83%, 19%);
border
border: 2px solid hsl(230, 83%, 19%);
gradient light
background: linear-gradient(to right, hsl(230, 83%, 39%), hsl(230, 83%, 19%));
gradient dark
background: linear-gradient(to right, hsl(230, 83%, 19%), hsl(230, 83%, 0%))
hex
background-color: #081659;
tailwind
bg-[hsl(230,83%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 83%, 19%, 0.4);
css variable
--color-primary: hsl(230, 83%, 19%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 83%, 19%)?
HEX: #081659 | RGB: rgb(8, 22, 89) | CMYK: 91%, 75%, 0%, 65% | HSV: 230°, 91%, 35%. Copy any format from the conversion table above.
What colors go well with #081659?
The complementary color is HSL(50, 83%, 19%). 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, 83%, 19%) in CSS?
As HSL: color: hsl(230, 83%, 19%); — As HEX: color: #081659; — As RGB: color: rgb(8, 22, 89); — Tailwind CSS: bg-[hsl(230,83%,19%)] — CSS variable: --color-primary: hsl(230, 83%, 19%);