HSL(243, 73%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(243,73%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 73%, 60%) | color: hsl(243, 73%, 60%) | |
| HEX | #564FE3 | color: #564FE3 | |
| RGB | rgb(86, 79, 227) | color: rgb(86, 79, 227) | |
| CMYK | cmyk(62%, 65%, 0%, 11%) | — | |
| HSV | hsv(243, 65%, 89%) | — | |
| HWB | hwb(243 31% 11%) | color: hwb(243 31% 11%) | |
| OKLCH | oklch(0.5272 0.2163 278.06) | color: oklch(0.5272 0.2163 278.06) | |
| Lab | lab(42.94 45.79 -74.31) | color: lab(42.94 45.79 -74.31) | |
| LCH | lch(42.94 87.29 301.64) | color: lch(42.94 87.29 301.64) |
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)
#5353BF — rgb(83, 83, 191)
Deuteranopia (Green-blind)
#5354B7 — rgb(83, 84, 183)
Tritanopia (Blue-blind)
#56A39D — rgb(86, 163, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 73%, 60%);
text
color: hsl(243, 73%, 60%);
border
border: 2px solid hsl(243, 73%, 60%);
gradient light
background: linear-gradient(to right, hsl(243, 73%, 80%), hsl(243, 73%, 60%));
gradient dark
background: linear-gradient(to right, hsl(243, 73%, 60%), hsl(243, 73%, 40%))
hex
background-color: #564FE3;
tailwind
bg-[hsl(243,73%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 73%, 60%, 0.4);
css variable
--color-primary: hsl(243, 73%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 73%, 60%)?
HEX: #564FE3 | RGB: rgb(86, 79, 227) | CMYK: 62%, 65%, 0%, 11% | HSV: 243°, 65%, 89%. Copy any format from the conversion table above.
What colors go well with #564FE3?
The complementary color is HSL(63, 73%, 60%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 73%, 60%) in CSS?
As HSL: color: hsl(243, 73%, 60%); — As HEX: color: #564FE3; — As RGB: color: rgb(86, 79, 227); — Tailwind CSS: bg-[hsl(243,73%,60%)] — CSS variable: --color-primary: hsl(243, 73%, 60%);