HSL(245, 83%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(245,83%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 83%, 75%) | color: hsl(245, 83%, 75%) | |
| HEX | #938AF4 | color: #938AF4 | |
| RGB | rgb(147, 138, 244) | color: rgb(147, 138, 244) | |
| CMYK | cmyk(40%, 43%, 0%, 4%) | — | |
| HSV | hsv(245, 43%, 96%) | — | |
| HWB | hwb(245 55% 4%) | color: hwb(245 55% 4%) | |
| OKLCH | oklch(0.6873 0.1528 285.51) | color: oklch(0.6873 0.1528 285.51) | |
| Lab | lab(62.43 28.47 -52.17) | color: lab(62.43 28.47 -52.17) | |
| LCH | lch(62.43 59.43 298.62) | color: lch(62.43 59.43 298.62) |
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)
#8F8FDA — rgb(143, 143, 218)
Deuteranopia (Green-blind)
#9090D4 — rgb(144, 144, 212)
Tritanopia (Blue-blind)
#93C6C2 — rgb(147, 198, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 83%, 75%);
text
color: hsl(245, 83%, 75%);
border
border: 2px solid hsl(245, 83%, 75%);
gradient light
background: linear-gradient(to right, hsl(245, 83%, 95%), hsl(245, 83%, 75%));
gradient dark
background: linear-gradient(to right, hsl(245, 83%, 75%), hsl(245, 83%, 55%))
hex
background-color: #938AF4;
tailwind
bg-[hsl(245,83%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 83%, 75%, 0.4);
css variable
--color-primary: hsl(245, 83%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(245, 83%, 75%)?
HEX: #938AF4 | RGB: rgb(147, 138, 244) | CMYK: 40%, 43%, 0%, 4% | HSV: 245°, 43%, 96%. Copy any format from the conversion table above.
What colors go well with #938AF4?
The complementary color is HSL(65, 83%, 75%). 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, 83%, 75%) in CSS?
As HSL: color: hsl(245, 83%, 75%); — As HEX: color: #938AF4; — As RGB: color: rgb(147, 138, 244); — Tailwind CSS: bg-[hsl(245,83%,75%)] — CSS variable: --color-primary: hsl(245, 83%, 75%);