HSL(195, 58%, 30%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(195,58%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(195, 58%, 30%) | color: hsl(195, 58%, 30%) | |
| HEX | #206379 | color: #206379 | |
| RGB | rgb(32, 99, 121) | color: rgb(32, 99, 121) | |
| CMYK | cmyk(74%, 18%, 0%, 53%) | — | |
| HSV | hsv(195, 74%, 47%) | — | |
| HWB | hwb(195 12% 53%) | color: hwb(195 12% 53%) | |
| OKLCH | oklch(0.468 0.0743 223.85) | color: oklch(0.468 0.0743 223.85) | |
| Lab | lab(38.92 -13.05 -18.41) | color: lab(38.92 -13.05 -18.41) | |
| LCH | lch(38.92 22.57 234.67) | color: lch(38.92 22.57 234.67) |
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)
#3D3E74 — rgb(61, 62, 116)
Deuteranopia (Green-blind)
#393472 — rgb(57, 52, 114)
Tritanopia (Blue-blind)
#236F6F — rgb(35, 111, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(195, 58%, 30%);
text
color: hsl(195, 58%, 30%);
border
border: 2px solid hsl(195, 58%, 30%);
gradient light
background: linear-gradient(to right, hsl(195, 58%, 50%), hsl(195, 58%, 30%));
gradient dark
background: linear-gradient(to right, hsl(195, 58%, 30%), hsl(195, 58%, 10%))
hex
background-color: #206379;
tailwind
bg-[hsl(195,58%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(195, 58%, 30%, 0.4);
css variable
--color-primary: hsl(195, 58%, 30%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(195, 58%, 30%)?
HEX: #206379 | RGB: rgb(32, 99, 121) | CMYK: 74%, 18%, 0%, 53% | HSV: 195°, 74%, 47%. Copy any format from the conversion table above.
What colors go well with #206379?
The complementary color is HSL(15, 58%, 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, 58%, 30%) in CSS?
As HSL: color: hsl(195, 58%, 30%); — As HEX: color: #206379; — As RGB: color: rgb(32, 99, 121); — Tailwind CSS: bg-[hsl(195,58%,30%)] — CSS variable: --color-primary: hsl(195, 58%, 30%);