HSL(221, 68%, 43%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,68%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 68%, 43%) | color: hsl(221, 68%, 43%) | |
| HEX | #2352B8 | color: #2352B8 | |
| RGB | rgb(35, 82, 184) | color: rgb(35, 82, 184) | |
| CMYK | cmyk(81%, 55%, 0%, 28%) | — | |
| HSV | hsv(221, 81%, 72%) | — | |
| HWB | hwb(221 14% 28%) | color: hwb(221 14% 28%) | |
| OKLCH | oklch(0.4698 0.1697 262.93) | color: oklch(0.4698 0.1697 262.93) | |
| Lab | lab(37.57 22.39 -58.34) | color: lab(37.57 22.39 -58.34) | |
| LCH | lch(37.57 62.49 291) | color: lch(37.57 62.49 291) |
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)
#37389F — rgb(55, 56, 159)
Deuteranopia (Green-blind)
#353199 — rgb(53, 49, 153)
Tritanopia (Blue-blind)
#258C88 — rgb(37, 140, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 68%, 43%);
text
color: hsl(221, 68%, 43%);
border
border: 2px solid hsl(221, 68%, 43%);
gradient light
background: linear-gradient(to right, hsl(221, 68%, 63%), hsl(221, 68%, 43%));
gradient dark
background: linear-gradient(to right, hsl(221, 68%, 43%), hsl(221, 68%, 23%))
hex
background-color: #2352B8;
tailwind
bg-[hsl(221,68%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 68%, 43%, 0.4);
css variable
--color-primary: hsl(221, 68%, 43%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 68%, 43%)?
HEX: #2352B8 | RGB: rgb(35, 82, 184) | CMYK: 81%, 55%, 0%, 28% | HSV: 221°, 81%, 72%. Copy any format from the conversion table above.
What colors go well with #2352B8?
The complementary color is HSL(41, 68%, 43%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 68%, 43%) in CSS?
As HSL: color: hsl(221, 68%, 43%); — As HEX: color: #2352B8; — As RGB: color: rgb(35, 82, 184); — Tailwind CSS: bg-[hsl(221,68%,43%)] — CSS variable: --color-primary: hsl(221, 68%, 43%);