HSL(195, 78%, 30%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(195,78%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(195, 78%, 30%) | color: hsl(195, 78%, 30%) | |
| HEX | #116A88 | color: #116A88 | |
| RGB | rgb(17, 106, 136) | color: rgb(17, 106, 136) | |
| CMYK | cmyk(88%, 22%, 0%, 47%) | — | |
| HSV | hsv(195, 88%, 53%) | — | |
| HWB | hwb(195 6% 47%) | color: hwb(195 6% 47%) | |
| OKLCH | oklch(0.4903 0.0899 227.27) | color: oklch(0.4903 0.0899 227.27) | |
| Lab | lab(41.54 -13.33 -23.47) | color: lab(41.54 -13.33 -23.47) | |
| LCH | lch(41.54 26.99 240.41) | color: lch(41.54 26.99 240.41) |
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)
#383881 — rgb(56, 56, 129)
Deuteranopia (Green-blind)
#322C7F — rgb(50, 44, 127)
Tritanopia (Blue-blind)
#157B7A — rgb(21, 123, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(195, 78%, 30%);
text
color: hsl(195, 78%, 30%);
border
border: 2px solid hsl(195, 78%, 30%);
gradient light
background: linear-gradient(to right, hsl(195, 78%, 50%), hsl(195, 78%, 30%));
gradient dark
background: linear-gradient(to right, hsl(195, 78%, 30%), hsl(195, 78%, 10%))
hex
background-color: #116A88;
tailwind
bg-[hsl(195,78%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(195, 78%, 30%, 0.4);
css variable
--color-primary: hsl(195, 78%, 30%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(195, 78%, 30%)?
HEX: #116A88 | RGB: rgb(17, 106, 136) | CMYK: 88%, 22%, 0%, 47% | HSV: 195°, 88%, 53%. Copy any format from the conversion table above.
What colors go well with #116A88?
The complementary color is HSL(15, 78%, 30%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(195, 78%, 30%) in CSS?
As HSL: color: hsl(195, 78%, 30%); — As HEX: color: #116A88; — As RGB: color: rgb(17, 106, 136); — Tailwind CSS: bg-[hsl(195,78%,30%)] — CSS variable: --color-primary: hsl(195, 78%, 30%);