HSL(202, 95%, 61%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(202,95%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(202, 95%, 61%) color: hsl(202, 95%, 61%)
HEX #3DB5FA color: #3DB5FA
RGB rgb(61, 181, 250) color: rgb(61, 181, 250)
CMYK cmyk(76%, 28%, 0%, 2%)
HSV hsv(202, 76%, 98%)
HWB hwb(202 24% 2%) color: hwb(202 24% 2%)
OKLCH oklch(0.7374 0.1439 238.87) color: oklch(0.7374 0.1439 238.87)
Lab lab(70.13 -10.51 -43.57) color: lab(70.13 -10.51 -43.57)
LCH lch(70.13 44.82 256.44) color: lch(70.13 44.82 256.44)

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.29:1
vs Black 9.19: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)

#7172E9 — rgb(113, 114, 233)

Deuteranopia (Green-blind)

#6A61E5 — rgb(106, 97, 229)

Tritanopia (Blue-blind)

#43DCD9 — rgb(67, 220, 217)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(202, 95%, 61%);

text

color: hsl(202, 95%, 61%);

border

border: 2px solid hsl(202, 95%, 61%);

gradient light

background: linear-gradient(to right, hsl(202, 95%, 81%), hsl(202, 95%, 61%));

gradient dark

background: linear-gradient(to right, hsl(202, 95%, 61%), hsl(202, 95%, 41%))

hex

background-color: #3DB5FA;

tailwind

bg-[hsl(202,95%,61%)]

box shadow

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

css variable

--color-primary: hsl(202, 95%, 61%);

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(202, 95%, 61%)?

HEX: #3DB5FA | RGB: rgb(61, 181, 250) | CMYK: 76%, 28%, 0%, 2% | HSV: 202°, 76%, 98%. Copy any format from the conversion table above.

What colors go well with #3DB5FA?

The complementary color is HSL(22, 95%, 61%). 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, 95%, 61%) in CSS?

As HSL: color: hsl(202, 95%, 61%); — As HEX: color: #3DB5FA; — As RGB: color: rgb(61, 181, 250); — Tailwind CSS: bg-[hsl(202,95%,61%)] — CSS variable: --color-primary: hsl(202, 95%, 61%);