HSL(200, 63%, 66%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(200,63%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(200, 63%, 66%) color: hsl(200, 63%, 66%)
HEX #72BBDF color: #72BBDF
RGB rgb(114, 187, 223) color: rgb(114, 187, 223)
CMYK cmyk(49%, 16%, 0%, 13%)
HSV hsv(200, 49%, 87%)
HWB hwb(200 44% 13%) color: hwb(200 44% 13%)
OKLCH oklch(0.7577 0.0895 231) color: oklch(0.7577 0.0895 231)
Lab lab(72.52 -13.15 -25.07) color: lab(72.52 -13.15 -25.07)
LCH lch(72.52 28.31 242.32) color: lch(72.52 28.31 242.32)

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.12:1
vs Black 9.89: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)

#9292D6 — rgb(146, 146, 214)

Deuteranopia (Green-blind)

#8D88D4 — rgb(141, 136, 212)

Tritanopia (Blue-blind)

#76CFCE — rgb(118, 207, 206)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(200, 63%, 66%);

text

color: hsl(200, 63%, 66%);

border

border: 2px solid hsl(200, 63%, 66%);

gradient light

background: linear-gradient(to right, hsl(200, 63%, 86%), hsl(200, 63%, 66%));

gradient dark

background: linear-gradient(to right, hsl(200, 63%, 66%), hsl(200, 63%, 46%))

hex

background-color: #72BBDF;

tailwind

bg-[hsl(200,63%,66%)]

box shadow

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

css variable

--color-primary: hsl(200, 63%, 66%);

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, 63%, 66%)?

HEX: #72BBDF | RGB: rgb(114, 187, 223) | CMYK: 49%, 16%, 0%, 13% | HSV: 200°, 49%, 87%. Copy any format from the conversion table above.

What colors go well with #72BBDF?

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

As HSL: color: hsl(200, 63%, 66%); — As HEX: color: #72BBDF; — As RGB: color: rgb(114, 187, 223); — Tailwind CSS: bg-[hsl(200,63%,66%)] — CSS variable: --color-primary: hsl(200, 63%, 66%);