HSL(222, 60%, 43%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(222,60%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 60%, 43%) | color: hsl(222, 60%, 43%) | |
| HEX | #2C53AF | color: #2C53AF | |
| RGB | rgb(44, 83, 175) | color: rgb(44, 83, 175) | |
| CMYK | cmyk(75%, 53%, 0%, 31%) | — | |
| HSV | hsv(222, 75%, 69%) | — | |
| HWB | hwb(222 17% 31%) | color: hwb(222 17% 31%) | |
| OKLCH | oklch(0.4681 0.1537 264.06) | color: oklch(0.4681 0.1537 264.06) | |
| Lab | lab(37.51 19.26 -53.12) | color: lab(37.51 19.26 -53.12) | |
| LCH | lch(37.51 56.5 289.93) | color: lch(37.51 56.5 289.93) |
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)
#3D3D99 — rgb(61, 61, 153)
Deuteranopia (Green-blind)
#3B3893 — rgb(59, 56, 147)
Tritanopia (Blue-blind)
#2E8783 — rgb(46, 135, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 60%, 43%);
text
color: hsl(222, 60%, 43%);
border
border: 2px solid hsl(222, 60%, 43%);
gradient light
background: linear-gradient(to right, hsl(222, 60%, 63%), hsl(222, 60%, 43%));
gradient dark
background: linear-gradient(to right, hsl(222, 60%, 43%), hsl(222, 60%, 23%))
hex
background-color: #2C53AF;
tailwind
bg-[hsl(222,60%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 60%, 43%, 0.4);
css variable
--color-primary: hsl(222, 60%, 43%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 60%, 43%)?
HEX: #2C53AF | RGB: rgb(44, 83, 175) | CMYK: 75%, 53%, 0%, 31% | HSV: 222°, 75%, 69%. Copy any format from the conversion table above.
What colors go well with #2C53AF?
The complementary color is HSL(42, 60%, 43%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 60%, 43%) in CSS?
As HSL: color: hsl(222, 60%, 43%); — As HEX: color: #2C53AF; — As RGB: color: rgb(44, 83, 175); — Tailwind CSS: bg-[hsl(222,60%,43%)] — CSS variable: --color-primary: hsl(222, 60%, 43%);