HSL(237, 92%, 47%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(237,92%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(237, 92%, 47%) color: hsl(237, 92%, 47%)
HEX #0A15E6 color: #0A15E6
RGB rgb(10, 21, 230) color: rgb(10, 21, 230)
CMYK cmyk(96%, 91%, 0%, 10%)
HSV hsv(237, 96%, 90%)
HWB hwb(237 4% 10%) color: hwb(237 4% 10%)
OKLCH oklch(0.4288 0.2823 264.96) color: oklch(0.4288 0.2823 264.96)
Lab lab(30.19 69.13 -97.23) color: lab(30.19 69.13 -97.23)
LCH lch(30.19 119.3 305.41) color: lch(30.19 119.3 305.41)

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.28:1
vs Black 2.26: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)

#0F0FB3 — rgb(15, 15, 179)

Deuteranopia (Green-blind)

#0E0DA7 — rgb(14, 13, 167)

Tritanopia (Blue-blind)

#0B8C83 — rgb(11, 140, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(237, 92%, 47%);

text

color: hsl(237, 92%, 47%);

border

border: 2px solid hsl(237, 92%, 47%);

gradient light

background: linear-gradient(to right, hsl(237, 92%, 67%), hsl(237, 92%, 47%));

gradient dark

background: linear-gradient(to right, hsl(237, 92%, 47%), hsl(237, 92%, 27%))

hex

background-color: #0A15E6;

tailwind

bg-[hsl(237,92%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(237, 92%, 47%, 0.4);

css variable

--color-primary: hsl(237, 92%, 47%);

Related Colors

Use Cases for Vivid Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(237, 92%, 47%)?

HEX: #0A15E6 | RGB: rgb(10, 21, 230) | CMYK: 96%, 91%, 0%, 10% | HSV: 237°, 96%, 90%. Copy any format from the conversion table above.

What colors go well with #0A15E6?

The complementary color is HSL(57, 92%, 47%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(237, 92%, 47%) in CSS?

As HSL: color: hsl(237, 92%, 47%); — As HEX: color: #0A15E6; — As RGB: color: rgb(10, 21, 230); — Tailwind CSS: bg-[hsl(237,92%,47%)] — CSS variable: --color-primary: hsl(237, 92%, 47%);