HSL(200, 17%, 18%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(200,17%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(200, 17%, 18%) color: hsl(200, 17%, 18%)
HEX #263136 color: #263136
RGB rgb(38, 49, 54) color: rgb(38, 49, 54)
CMYK cmyk(30%, 9%, 0%, 79%)
HSV hsv(199, 30%, 21%)
HWB hwb(199 15% 79%) color: hwb(199 15% 79%)
OKLCH oklch(0.3051 0.0175 227.26) color: oklch(0.3051 0.0175 227.26)
Lab lab(19.54 -3.23 -4.71) color: lab(19.54 -3.23 -4.71)
LCH lch(19.54 5.71 235.56) color: lch(19.54 5.71 235.56)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 13.33:1
vs Black 1.58:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2B2B35 — rgb(43, 43, 53)

Deuteranopia (Green-blind)

#2A2935 — rgb(42, 41, 53)

Tritanopia (Blue-blind)

#273434 — rgb(39, 52, 52)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(200, 17%, 18%);

text

color: hsl(200, 17%, 18%);

border

border: 2px solid hsl(200, 17%, 18%);

gradient light

background: linear-gradient(to right, hsl(200, 17%, 38%), hsl(200, 17%, 18%));

gradient dark

background: linear-gradient(to right, hsl(200, 17%, 18%), hsl(200, 17%, 0%))

hex

background-color: #263136;

tailwind

bg-[hsl(200,17%,18%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(200, 17%, 18%, 0.4);

css variable

--color-primary: hsl(200, 17%, 18%);

Related Colors

Use Cases for Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(200, 17%, 18%)?

HEX: #263136 | RGB: rgb(38, 49, 54) | CMYK: 30%, 9%, 0%, 79% | HSV: 199°, 30%, 21%. Copy any format from the conversion table above.

What colors go well with #263136?

The complementary color is HSL(20, 17%, 18%). 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, 17%, 18%) in CSS?

As HSL: color: hsl(200, 17%, 18%); — As HEX: color: #263136; — As RGB: color: rgb(38, 49, 54); — Tailwind CSS: bg-[hsl(200,17%,18%)] — CSS variable: --color-primary: hsl(200, 17%, 18%);