HSL(196, 90%, 34%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(196,90%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(196, 90%, 34%) | color: hsl(196, 90%, 34%) | |
| HEX | #097BA5 | color: #097BA5 | |
| RGB | rgb(9, 123, 165) | color: rgb(9, 123, 165) | |
| CMYK | cmyk(95%, 25%, 0%, 35%) | — | |
| HSV | hsv(196, 95%, 65%) | — | |
| HWB | hwb(196 3% 35%) | color: hwb(196 3% 35%) | |
| OKLCH | oklch(0.5476 0.1092 231.66) | color: oklch(0.5476 0.1092 231.66) | |
| Lab | lab(48.18 -12.69 -30.3) | color: lab(48.18 -12.69 -30.3) | |
| LCH | lch(48.18 32.85 247.28) | color: lch(48.18 32.85 247.28) |
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)
#3A3B9B — rgb(58, 59, 155)
Deuteranopia (Green-blind)
#342B98 — rgb(52, 43, 152)
Tritanopia (Blue-blind)
#0F9391 — rgb(15, 147, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(196, 90%, 34%);
text
color: hsl(196, 90%, 34%);
border
border: 2px solid hsl(196, 90%, 34%);
gradient light
background: linear-gradient(to right, hsl(196, 90%, 54%), hsl(196, 90%, 34%));
gradient dark
background: linear-gradient(to right, hsl(196, 90%, 34%), hsl(196, 90%, 14%))
hex
background-color: #097BA5;
tailwind
bg-[hsl(196,90%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(196, 90%, 34%, 0.4);
css variable
--color-primary: hsl(196, 90%, 34%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(196, 90%, 34%)?
HEX: #097BA5 | RGB: rgb(9, 123, 165) | CMYK: 95%, 25%, 0%, 35% | HSV: 196°, 95%, 65%. Copy any format from the conversion table above.
What colors go well with #097BA5?
The complementary color is HSL(16, 90%, 34%). For a triadic harmony, use hues 196°, 316°, and 76°. For analogous combinations, try hues 166° and 226°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(196, 90%, 34%) in CSS?
As HSL: color: hsl(196, 90%, 34%); — As HEX: color: #097BA5; — As RGB: color: rgb(9, 123, 165); — Tailwind CSS: bg-[hsl(196,90%,34%)] — CSS variable: --color-primary: hsl(196, 90%, 34%);