HSL(245, 88%, 5%)
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(245,88%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 88%, 5%) | color: hsl(245, 88%, 5%) | |
| HEX | #030218 | color: #030218 | |
| RGB | rgb(3, 2, 24) | color: rgb(3, 2, 24) | |
| CMYK | cmyk(88%, 92%, 0%, 91%) | — | |
| HSV | hsv(243, 92%, 9%) | — | |
| HWB | hwb(243 1% 91%) | color: hwb(243 1% 91%) | |
| OKLCH | oklch(0.114 0.0534 277.63) | color: oklch(0.114 0.0534 277.63) | |
| Lab | lab(1.16 4.17 -10.54) | color: lab(1.16 4.17 -10.54) | |
| LCH | lch(1.16 11.33 291.59) | color: lch(1.16 11.33 291.59) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#030313 — rgb(3, 3, 19)
Deuteranopia (Green-blind)
#030311 — rgb(3, 3, 17)
Tritanopia (Blue-blind)
#030E0E — rgb(3, 14, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 88%, 5%);
text
color: hsl(245, 88%, 5%);
border
border: 2px solid hsl(245, 88%, 5%);
gradient light
background: linear-gradient(to right, hsl(245, 88%, 25%), hsl(245, 88%, 5%));
gradient dark
background: linear-gradient(to right, hsl(245, 88%, 5%), hsl(245, 88%, 0%))
hex
background-color: #030218;
tailwind
bg-[hsl(245,88%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 88%, 5%, 0.4);
css variable
--color-primary: hsl(245, 88%, 5%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(245, 88%, 5%)?
HEX: #030218 | RGB: rgb(3, 2, 24) | CMYK: 88%, 92%, 0%, 91% | HSV: 243°, 92%, 9%. Copy any format from the conversion table above.
What colors go well with #030218?
The complementary color is HSL(65, 88%, 5%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(245, 88%, 5%) in CSS?
As HSL: color: hsl(245, 88%, 5%); — As HEX: color: #030218; — As RGB: color: rgb(3, 2, 24); — Tailwind CSS: bg-[hsl(245,88%,5%)] — CSS variable: --color-primary: hsl(245, 88%, 5%);