HSL(200, 23%, 44%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,23%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 23%, 44%) | color: hsl(200, 23%, 44%) | |
| HEX | #56798A | color: #56798A | |
| RGB | rgb(86, 121, 138) | color: rgb(86, 121, 138) | |
| CMYK | cmyk(38%, 12%, 0%, 46%) | — | |
| HSV | hsv(200, 38%, 54%) | — | |
| HWB | hwb(200 33% 46%) | color: hwb(200 33% 46%) | |
| OKLCH | oklch(0.5561 0.0476 229.58) | color: oklch(0.5561 0.0476 229.58) | |
| Lab | lab(48.87 -7.84 -13.2) | color: lab(48.87 -7.84 -13.2) | |
| LCH | lch(48.87 15.35 239.29) | color: lch(48.87 15.35 239.29) |
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)
#656586 — rgb(101, 101, 134)
Deuteranopia (Green-blind)
#636185 — rgb(99, 97, 133)
Tritanopia (Blue-blind)
#588382 — rgb(88, 131, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 23%, 44%);
text
color: hsl(200, 23%, 44%);
border
border: 2px solid hsl(200, 23%, 44%);
gradient light
background: linear-gradient(to right, hsl(200, 23%, 64%), hsl(200, 23%, 44%));
gradient dark
background: linear-gradient(to right, hsl(200, 23%, 44%), hsl(200, 23%, 24%))
hex
background-color: #56798A;
tailwind
bg-[hsl(200,23%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 23%, 44%, 0.4);
css variable
--color-primary: hsl(200, 23%, 44%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 23%, 44%)?
HEX: #56798A | RGB: rgb(86, 121, 138) | CMYK: 38%, 12%, 0%, 46% | HSV: 200°, 38%, 54%. Copy any format from the conversion table above.
What colors go well with #56798A?
The complementary color is HSL(20, 23%, 44%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 23%, 44%) in CSS?
As HSL: color: hsl(200, 23%, 44%); — As HEX: color: #56798A; — As RGB: color: rgb(86, 121, 138); — Tailwind CSS: bg-[hsl(200,23%,44%)] — CSS variable: --color-primary: hsl(200, 23%, 44%);