HSL(205, 72%, 22%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(205,72%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(205, 72%, 22%) | color: hsl(205, 72%, 22%) | |
| HEX | #103F60 | color: #103F60 | |
| RGB | rgb(16, 63, 96) | color: rgb(16, 63, 96) | |
| CMYK | cmyk(83%, 34%, 0%, 62%) | — | |
| HSV | hsv(205, 83%, 38%) | — | |
| HWB | hwb(205 6% 62%) | color: hwb(205 6% 62%) | |
| OKLCH | oklch(0.3543 0.0756 244.03) | color: oklch(0.3543 0.0756 244.03) | |
| Lab | lab(25.29 -2.59 -23.95) | color: lab(25.29 -2.59 -23.95) | |
| LCH | lch(25.29 24.09 263.83) | color: lch(25.29 24.09 263.83) |
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)
#242558 — rgb(36, 37, 88)
Deuteranopia (Green-blind)
#221E56 — rgb(34, 30, 86)
Tritanopia (Blue-blind)
#125250 — rgb(18, 82, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(205, 72%, 22%);
text
color: hsl(205, 72%, 22%);
border
border: 2px solid hsl(205, 72%, 22%);
gradient light
background: linear-gradient(to right, hsl(205, 72%, 42%), hsl(205, 72%, 22%));
gradient dark
background: linear-gradient(to right, hsl(205, 72%, 22%), hsl(205, 72%, 2%))
hex
background-color: #103F60;
tailwind
bg-[hsl(205,72%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(205, 72%, 22%, 0.4);
css variable
--color-primary: hsl(205, 72%, 22%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(205, 72%, 22%)?
HEX: #103F60 | RGB: rgb(16, 63, 96) | CMYK: 83%, 34%, 0%, 62% | HSV: 205°, 83%, 38%. Copy any format from the conversion table above.
What colors go well with #103F60?
The complementary color is HSL(25, 72%, 22%). For a triadic harmony, use hues 205°, 325°, and 85°. For analogous combinations, try hues 175° and 235°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(205, 72%, 22%) in CSS?
As HSL: color: hsl(205, 72%, 22%); — As HEX: color: #103F60; — As RGB: color: rgb(16, 63, 96); — Tailwind CSS: bg-[hsl(205,72%,22%)] — CSS variable: --color-primary: hsl(205, 72%, 22%);