HSL(237, 91%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,91%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 91%, 71%) | color: hsl(237, 91%, 71%) | |
| HEX | #7278F8 | color: #7278F8 | |
| RGB | rgb(114, 120, 248) | color: rgb(114, 120, 248) | |
| CMYK | cmyk(54%, 52%, 0%, 3%) | — | |
| HSV | hsv(237, 54%, 97%) | — | |
| HWB | hwb(237 45% 3%) | color: hwb(237 45% 3%) | |
| OKLCH | oklch(0.6325 0.1875 277.58) | color: oklch(0.6325 0.1875 277.58) | |
| Lab | lab(55.87 32.87 -65) | color: lab(55.87 32.87 -65) | |
| LCH | lch(55.87 72.84 296.83) | color: lch(55.87 72.84 296.83) |
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)
#7575D9 — rgb(117, 117, 217)
Deuteranopia (Green-blind)
#7474D2 — rgb(116, 116, 210)
Tritanopia (Blue-blind)
#72C1BB — rgb(114, 193, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 91%, 71%);
text
color: hsl(237, 91%, 71%);
border
border: 2px solid hsl(237, 91%, 71%);
gradient light
background: linear-gradient(to right, hsl(237, 91%, 91%), hsl(237, 91%, 71%));
gradient dark
background: linear-gradient(to right, hsl(237, 91%, 71%), hsl(237, 91%, 51%))
hex
background-color: #7278F8;
tailwind
bg-[hsl(237,91%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 91%, 71%, 0.4);
css variable
--color-primary: hsl(237, 91%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 91%, 71%)?
HEX: #7278F8 | RGB: rgb(114, 120, 248) | CMYK: 54%, 52%, 0%, 3% | HSV: 237°, 54%, 97%. Copy any format from the conversion table above.
What colors go well with #7278F8?
The complementary color is HSL(57, 91%, 71%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 91%, 71%) in CSS?
As HSL: color: hsl(237, 91%, 71%); — As HEX: color: #7278F8; — As RGB: color: rgb(114, 120, 248); — Tailwind CSS: bg-[hsl(237,91%,71%)] — CSS variable: --color-primary: hsl(237, 91%, 71%);