HSL(245, 50%, 62%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(245,50%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 50%, 62%) | color: hsl(245, 50%, 62%) | |
| HEX | #766ECF | color: #766ECF | |
| RGB | rgb(118, 110, 207) | color: rgb(118, 110, 207) | |
| CMYK | cmyk(43%, 47%, 0%, 19%) | — | |
| HSV | hsv(245, 47%, 81%) | — | |
| HWB | hwb(245 43% 19%) | color: hwb(245 43% 19%) | |
| OKLCH | oklch(0.5908 0.1446 284.81) | color: oklch(0.5908 0.1446 284.81) | |
| Lab | lab(51.28 27.39 -49.33) | color: lab(51.28 27.39 -49.33) | |
| LCH | lch(51.28 56.42 299.04) | color: lch(51.28 56.42 299.04) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#7372B8 — rgb(115, 114, 184)
Deuteranopia (Green-blind)
#7374B2 — rgb(115, 116, 178)
Tritanopia (Blue-blind)
#76A5A1 — rgb(118, 165, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 50%, 62%);
text
color: hsl(245, 50%, 62%);
border
border: 2px solid hsl(245, 50%, 62%);
gradient light
background: linear-gradient(to right, hsl(245, 50%, 82%), hsl(245, 50%, 62%));
gradient dark
background: linear-gradient(to right, hsl(245, 50%, 62%), hsl(245, 50%, 42%))
hex
background-color: #766ECF;
tailwind
bg-[hsl(245,50%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 50%, 62%, 0.4);
css variable
--color-primary: hsl(245, 50%, 62%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(245, 50%, 62%)?
HEX: #766ECF | RGB: rgb(118, 110, 207) | CMYK: 43%, 47%, 0%, 19% | HSV: 245°, 47%, 81%. Copy any format from the conversion table above.
What colors go well with #766ECF?
The complementary color is HSL(65, 50%, 62%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(245, 50%, 62%) in CSS?
As HSL: color: hsl(245, 50%, 62%); — As HEX: color: #766ECF; — As RGB: color: rgb(118, 110, 207); — Tailwind CSS: bg-[hsl(245,50%,62%)] — CSS variable: --color-primary: hsl(245, 50%, 62%);