HSL(207, 72%, 23%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,72%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 72%, 23%) | color: hsl(207, 72%, 23%) | |
| HEX | #103F65 | color: #103F65 | |
| RGB | rgb(16, 63, 101) | color: rgb(16, 63, 101) | |
| CMYK | cmyk(84%, 38%, 0%, 60%) | — | |
| HSV | hsv(207, 84%, 40%) | — | |
| HWB | hwb(207 6% 60%) | color: hwb(207 6% 60%) | |
| OKLCH | oklch(0.3575 0.0823 247.52) | color: oklch(0.3575 0.0823 247.52) | |
| Lab | lab(25.58 -0.51 -26.72) | color: lab(25.58 -0.51 -26.72) | |
| LCH | lch(25.58 26.72 268.91) | color: lch(25.58 26.72 268.91) |
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)
#24255C — rgb(36, 37, 92)
Deuteranopia (Green-blind)
#221E5A — rgb(34, 30, 90)
Tritanopia (Blue-blind)
#125553 — rgb(18, 85, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 72%, 23%);
text
color: hsl(207, 72%, 23%);
border
border: 2px solid hsl(207, 72%, 23%);
gradient light
background: linear-gradient(to right, hsl(207, 72%, 43%), hsl(207, 72%, 23%));
gradient dark
background: linear-gradient(to right, hsl(207, 72%, 23%), hsl(207, 72%, 3%))
hex
background-color: #103F65;
tailwind
bg-[hsl(207,72%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 72%, 23%, 0.4);
css variable
--color-primary: hsl(207, 72%, 23%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 72%, 23%)?
HEX: #103F65 | RGB: rgb(16, 63, 101) | CMYK: 84%, 38%, 0%, 60% | HSV: 207°, 84%, 40%. Copy any format from the conversion table above.
What colors go well with #103F65?
The complementary color is HSL(27, 72%, 23%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 72%, 23%) in CSS?
As HSL: color: hsl(207, 72%, 23%); — As HEX: color: #103F65; — As RGB: color: rgb(16, 63, 101); — Tailwind CSS: bg-[hsl(207,72%,23%)] — CSS variable: --color-primary: hsl(207, 72%, 23%);