HSL(220, 72%, 28%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(220,72%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(220, 72%, 28%) | color: hsl(220, 72%, 28%) | |
| HEX | #14367B | color: #14367B | |
| RGB | rgb(20, 54, 123) | color: rgb(20, 54, 123) | |
| CMYK | cmyk(84%, 56%, 0%, 52%) | — | |
| HSV | hsv(220, 84%, 48%) | — | |
| HWB | hwb(220 8% 52%) | color: hwb(220 8% 52%) | |
| OKLCH | oklch(0.3535 0.1243 262.31) | color: oklch(0.3535 0.1243 262.31) | |
| Lab | lab(24.37 15.56 -42.69) | color: lab(24.37 15.56 -42.69) | |
| LCH | lch(24.37 45.44 290.03) | color: lch(24.37 45.44 290.03) |
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)
#23236A — rgb(35, 35, 106)
Deuteranopia (Green-blind)
#211E66 — rgb(33, 30, 102)
Tritanopia (Blue-blind)
#165D5A — rgb(22, 93, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(220, 72%, 28%);
text
color: hsl(220, 72%, 28%);
border
border: 2px solid hsl(220, 72%, 28%);
gradient light
background: linear-gradient(to right, hsl(220, 72%, 48%), hsl(220, 72%, 28%));
gradient dark
background: linear-gradient(to right, hsl(220, 72%, 28%), hsl(220, 72%, 8%))
hex
background-color: #14367B;
tailwind
bg-[hsl(220,72%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(220, 72%, 28%, 0.4);
css variable
--color-primary: hsl(220, 72%, 28%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(220, 72%, 28%)?
HEX: #14367B | RGB: rgb(20, 54, 123) | CMYK: 84%, 56%, 0%, 52% | HSV: 220°, 84%, 48%. Copy any format from the conversion table above.
What colors go well with #14367B?
The complementary color is HSL(40, 72%, 28%). For a triadic harmony, use hues 220°, 340°, and 100°. For analogous combinations, try hues 190° and 250°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(220, 72%, 28%) in CSS?
As HSL: color: hsl(220, 72%, 28%); — As HEX: color: #14367B; — As RGB: color: rgb(20, 54, 123); — Tailwind CSS: bg-[hsl(220,72%,28%)] — CSS variable: --color-primary: hsl(220, 72%, 28%);