HSL(233, 71%, 8%)

Very Dark Blue — Blue color

Adjust Color

Color Information

Color Name

Very Dark Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,71%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 71%, 8%) color: hsl(233, 71%, 8%)
HEX #060923 color: #060923
RGB rgb(6, 9, 35) color: rgb(6, 9, 35)
CMYK cmyk(83%, 74%, 0%, 86%)
HSV hsv(234, 83%, 14%)
HWB hwb(234 2% 86%) color: hwb(234 2% 86%)
OKLCH oklch(0.1562 0.0541 272.58) color: oklch(0.1562 0.0541 272.58)
Lab lab(3.21 5.66 -16.2) color: lab(3.21 5.66 -16.2)
LCH lch(3.21 17.16 289.26) color: lch(3.21 17.16 289.26)

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 19.61:1
vs Black 1.07: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)

#07071D — rgb(7, 7, 29)

Deuteranopia (Green-blind)

#07071B — rgb(7, 7, 27)

Tritanopia (Blue-blind)

#061817 — rgb(6, 24, 23)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 71%, 8%);

text

color: hsl(233, 71%, 8%);

border

border: 2px solid hsl(233, 71%, 8%);

gradient light

background: linear-gradient(to right, hsl(233, 71%, 28%), hsl(233, 71%, 8%));

gradient dark

background: linear-gradient(to right, hsl(233, 71%, 8%), hsl(233, 71%, 0%))

hex

background-color: #060923;

tailwind

bg-[hsl(233,71%,8%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(233, 71%, 8%, 0.4);

css variable

--color-primary: hsl(233, 71%, 8%);

Related Colors

Use Cases for Very Dark Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(233, 71%, 8%)?

HEX: #060923 | RGB: rgb(6, 9, 35) | CMYK: 83%, 74%, 0%, 86% | HSV: 234°, 83%, 14%. Copy any format from the conversion table above.

What colors go well with #060923?

The complementary color is HSL(53, 71%, 8%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(233, 71%, 8%) in CSS?

As HSL: color: hsl(233, 71%, 8%); — As HEX: color: #060923; — As RGB: color: rgb(6, 9, 35); — Tailwind CSS: bg-[hsl(233,71%,8%)] — CSS variable: --color-primary: hsl(233, 71%, 8%);