HSL(215, 10%, 29%)

Grayish Blue — Blue color

Adjust Color

Color Information

Color Name

Grayish Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(215,10%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(215, 10%, 29%) color: hsl(215, 10%, 29%)
HEX #434951 color: #434951
RGB rgb(67, 73, 81) color: rgb(67, 73, 81)
CMYK cmyk(17%, 10%, 0%, 68%)
HSV hsv(214, 17%, 32%)
HWB hwb(214 27% 68%) color: hwb(214 27% 68%)
OKLCH oklch(0.4029 0.0156 255.6) color: oklch(0.4029 0.0156 255.6)
Lab lab(30.77 -0.49 -5.59) color: lab(30.77 -0.49 -5.59)
LCH lch(30.77 5.61 264.99) color: lch(30.77 5.61 264.99)

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 9.09:1
vs Black 2.31: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)

#46464F — rgb(70, 70, 79)

Deuteranopia (Green-blind)

#45454F — rgb(69, 69, 79)

Tritanopia (Blue-blind)

#434E4D — rgb(67, 78, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(215, 10%, 29%);

text

color: hsl(215, 10%, 29%);

border

border: 2px solid hsl(215, 10%, 29%);

gradient light

background: linear-gradient(to right, hsl(215, 10%, 49%), hsl(215, 10%, 29%));

gradient dark

background: linear-gradient(to right, hsl(215, 10%, 29%), hsl(215, 10%, 9%))

hex

background-color: #434951;

tailwind

bg-[hsl(215,10%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(215, 10%, 29%, 0.4);

css variable

--color-primary: hsl(215, 10%, 29%);

Related Colors

Use Cases for Grayish Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(215, 10%, 29%)?

HEX: #434951 | RGB: rgb(67, 73, 81) | CMYK: 17%, 10%, 0%, 68% | HSV: 214°, 17%, 32%. Copy any format from the conversion table above.

What colors go well with #434951?

The complementary color is HSL(35, 10%, 29%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(215, 10%, 29%) in CSS?

As HSL: color: hsl(215, 10%, 29%); — As HEX: color: #434951; — As RGB: color: rgb(67, 73, 81); — Tailwind CSS: bg-[hsl(215,10%,29%)] — CSS variable: --color-primary: hsl(215, 10%, 29%);