HSL(195, 43%, 11%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(195,43%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(195, 43%, 11%) | color: hsl(195, 43%, 11%) | |
| HEX | #102228 | color: #102228 | |
| RGB | rgb(16, 34, 40) | color: rgb(16, 34, 40) | |
| CMYK | cmyk(60%, 15%, 0%, 84%) | — | |
| HSV | hsv(195, 60%, 16%) | — | |
| HWB | hwb(195 6% 84%) | color: hwb(195 6% 84%) | |
| OKLCH | oklch(0.2393 0.0264 221.46) | color: oklch(0.2393 0.0264 221.46) | |
| Lab | lab(12.01 -5.32 -6.33) | color: lab(12.01 -5.32 -6.33) | |
| LCH | lch(12.01 8.27 229.95) | color: lch(12.01 8.27 229.95) |
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)
#181827 — rgb(24, 24, 39)
Deuteranopia (Green-blind)
#171526 — rgb(23, 21, 38)
Tritanopia (Blue-blind)
#112525 — rgb(17, 37, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(195, 43%, 11%);
text
color: hsl(195, 43%, 11%);
border
border: 2px solid hsl(195, 43%, 11%);
gradient light
background: linear-gradient(to right, hsl(195, 43%, 31%), hsl(195, 43%, 11%));
gradient dark
background: linear-gradient(to right, hsl(195, 43%, 11%), hsl(195, 43%, 0%))
hex
background-color: #102228;
tailwind
bg-[hsl(195,43%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(195, 43%, 11%, 0.4);
css variable
--color-primary: hsl(195, 43%, 11%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(195, 43%, 11%)?
HEX: #102228 | RGB: rgb(16, 34, 40) | CMYK: 60%, 15%, 0%, 84% | HSV: 195°, 60%, 16%. Copy any format from the conversion table above.
What colors go well with #102228?
The complementary color is HSL(15, 43%, 11%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(195, 43%, 11%) in CSS?
As HSL: color: hsl(195, 43%, 11%); — As HEX: color: #102228; — As RGB: color: rgb(16, 34, 40); — Tailwind CSS: bg-[hsl(195,43%,11%)] — CSS variable: --color-primary: hsl(195, 43%, 11%);