HSL(197, 49%, 19%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(197,49%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 49%, 19%) | color: hsl(197, 49%, 19%) | |
| HEX | #193B48 | color: #193B48 | |
| RGB | rgb(25, 59, 72) | color: rgb(25, 59, 72) | |
| CMYK | cmyk(65%, 18%, 0%, 72%) | — | |
| HSV | hsv(197, 65%, 28%) | — | |
| HWB | hwb(197 10% 72%) | color: hwb(197 10% 72%) | |
| OKLCH | oklch(0.3331 0.0455 225.71) | color: oklch(0.3331 0.0455 225.71) | |
| Lab | lab(23.01 -7.8 -11.7) | color: lab(23.01 -7.8 -11.7) | |
| LCH | lch(23.01 14.06 236.31) | color: lch(23.01 14.06 236.31) |
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)
#282845 — rgb(40, 40, 69)
Deuteranopia (Green-blind)
#262344 — rgb(38, 35, 68)
Tritanopia (Blue-blind)
#1B4242 — rgb(27, 66, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 49%, 19%);
text
color: hsl(197, 49%, 19%);
border
border: 2px solid hsl(197, 49%, 19%);
gradient light
background: linear-gradient(to right, hsl(197, 49%, 39%), hsl(197, 49%, 19%));
gradient dark
background: linear-gradient(to right, hsl(197, 49%, 19%), hsl(197, 49%, 0%))
hex
background-color: #193B48;
tailwind
bg-[hsl(197,49%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 49%, 19%, 0.4);
css variable
--color-primary: hsl(197, 49%, 19%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 49%, 19%)?
HEX: #193B48 | RGB: rgb(25, 59, 72) | CMYK: 65%, 18%, 0%, 72% | HSV: 197°, 65%, 28%. Copy any format from the conversion table above.
What colors go well with #193B48?
The complementary color is HSL(17, 49%, 19%). For a triadic harmony, use hues 197°, 317°, and 77°. For analogous combinations, try hues 167° and 227°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(197, 49%, 19%) in CSS?
As HSL: color: hsl(197, 49%, 19%); — As HEX: color: #193B48; — As RGB: color: rgb(25, 59, 72); — Tailwind CSS: bg-[hsl(197,49%,19%)] — CSS variable: --color-primary: hsl(197, 49%, 19%);