HSL(215, 83%, 22%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(215,83%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 83%, 22%) | color: hsl(215, 83%, 22%) | |
| HEX | #0A3067 | color: #0A3067 | |
| RGB | rgb(10, 48, 103) | color: rgb(10, 48, 103) | |
| CMYK | cmyk(90%, 53%, 0%, 60%) | — | |
| HSV | hsv(215, 90%, 40%) | — | |
| HWB | hwb(215 4% 60%) | color: hwb(215 4% 60%) | |
| OKLCH | oklch(0.3193 0.1055 258.63) | color: oklch(0.3193 0.1055 258.63) | |
| Lab | lab(20.66 10.34 -35.89) | color: lab(20.66 10.34 -35.89) | |
| LCH | lch(20.66 37.35 286.07) | color: lch(20.66 37.35 286.07) |
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)
#1A1B5A — rgb(26, 27, 90)
Deuteranopia (Green-blind)
#181557 — rgb(24, 21, 87)
Tritanopia (Blue-blind)
#0C4F4D — rgb(12, 79, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 83%, 22%);
text
color: hsl(215, 83%, 22%);
border
border: 2px solid hsl(215, 83%, 22%);
gradient light
background: linear-gradient(to right, hsl(215, 83%, 42%), hsl(215, 83%, 22%));
gradient dark
background: linear-gradient(to right, hsl(215, 83%, 22%), hsl(215, 83%, 2%))
hex
background-color: #0A3067;
tailwind
bg-[hsl(215,83%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 83%, 22%, 0.4);
css variable
--color-primary: hsl(215, 83%, 22%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 83%, 22%)?
HEX: #0A3067 | RGB: rgb(10, 48, 103) | CMYK: 90%, 53%, 0%, 60% | HSV: 215°, 90%, 40%. Copy any format from the conversion table above.
What colors go well with #0A3067?
The complementary color is HSL(35, 83%, 22%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 83%, 22%) in CSS?
As HSL: color: hsl(215, 83%, 22%); — As HEX: color: #0A3067; — As RGB: color: rgb(10, 48, 103); — Tailwind CSS: bg-[hsl(215,83%,22%)] — CSS variable: --color-primary: hsl(215, 83%, 22%);