HSL(230, 93%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,93%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 93%, 71%) | color: hsl(230, 93%, 71%) | |
| HEX | #7087FA | color: #7087FA | |
| RGB | rgb(112, 135, 250) | color: rgb(112, 135, 250) | |
| CMYK | cmyk(55%, 46%, 0%, 2%) | — | |
| HSV | hsv(230, 55%, 98%) | — | |
| HWB | hwb(230 44% 2%) | color: hwb(230 44% 2%) | |
| OKLCH | oklch(0.6607 0.1716 272.39) | color: oklch(0.6607 0.1716 272.39) | |
| Lab | lab(59.59 24.15 -60.14) | color: lab(59.59 24.15 -60.14) | |
| LCH | lch(59.59 64.81 291.88) | color: lch(59.59 64.81 291.88) |
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)
#7A7ADE — rgb(122, 122, 222)
Deuteranopia (Green-blind)
#7977D8 — rgb(121, 119, 216)
Tritanopia (Blue-blind)
#71C8C3 — rgb(113, 200, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 93%, 71%);
text
color: hsl(230, 93%, 71%);
border
border: 2px solid hsl(230, 93%, 71%);
gradient light
background: linear-gradient(to right, hsl(230, 93%, 91%), hsl(230, 93%, 71%));
gradient dark
background: linear-gradient(to right, hsl(230, 93%, 71%), hsl(230, 93%, 51%))
hex
background-color: #7087FA;
tailwind
bg-[hsl(230,93%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 93%, 71%, 0.4);
css variable
--color-primary: hsl(230, 93%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 93%, 71%)?
HEX: #7087FA | RGB: rgb(112, 135, 250) | CMYK: 55%, 46%, 0%, 2% | HSV: 230°, 55%, 98%. Copy any format from the conversion table above.
What colors go well with #7087FA?
The complementary color is HSL(50, 93%, 71%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 93%, 71%) in CSS?
As HSL: color: hsl(230, 93%, 71%); — As HEX: color: #7087FA; — As RGB: color: rgb(112, 135, 250); — Tailwind CSS: bg-[hsl(230,93%,71%)] — CSS variable: --color-primary: hsl(230, 93%, 71%);