HSL(202, 14%, 68%)

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(202,14%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(202, 14%, 68%) color: hsl(202, 14%, 68%)
HEX #A2B0B9 color: #A2B0B9
RGB rgb(162, 176, 185) color: rgb(162, 176, 185)
CMYK cmyk(12%, 5%, 0%, 27%)
HSV hsv(203, 12%, 73%)
HWB hwb(203 64% 27%) color: hwb(203 64% 27%)
OKLCH oklch(0.7491 0.0204 235.83) color: oklch(0.7491 0.0204 235.83)
Lab lab(71.03 -3.02 -6.25) color: lab(71.03 -3.02 -6.25)
LCH lch(71.03 6.94 244.21) color: lch(71.03 6.94 244.21)

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 2.22:1
vs Black 9.45:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A8A8B7 — rgb(168, 168, 183)

Deuteranopia (Green-blind)

#A7A6B6 — rgb(167, 166, 182)

Tritanopia (Blue-blind)

#A3B5B5 — rgb(163, 181, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(202, 14%, 68%);

text

color: hsl(202, 14%, 68%);

border

border: 2px solid hsl(202, 14%, 68%);

gradient light

background: linear-gradient(to right, hsl(202, 14%, 88%), hsl(202, 14%, 68%));

gradient dark

background: linear-gradient(to right, hsl(202, 14%, 68%), hsl(202, 14%, 48%))

hex

background-color: #A2B0B9;

tailwind

bg-[hsl(202,14%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(202, 14%, 68%, 0.4);

css variable

--color-primary: hsl(202, 14%, 68%);

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(202, 14%, 68%)?

HEX: #A2B0B9 | RGB: rgb(162, 176, 185) | CMYK: 12%, 5%, 0%, 27% | HSV: 203°, 12%, 73%. Copy any format from the conversion table above.

What colors go well with #A2B0B9?

The complementary color is HSL(22, 14%, 68%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(202, 14%, 68%) in CSS?

As HSL: color: hsl(202, 14%, 68%); — As HEX: color: #A2B0B9; — As RGB: color: rgb(162, 176, 185); — Tailwind CSS: bg-[hsl(202,14%,68%)] — CSS variable: --color-primary: hsl(202, 14%, 68%);