HSL(237, 89%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,89%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 89%, 71%) | color: hsl(237, 89%, 71%) | |
| HEX | #737AF7 | color: #737AF7 | |
| RGB | rgb(115, 122, 247) | color: rgb(115, 122, 247) | |
| CMYK | cmyk(53%, 51%, 0%, 3%) | — | |
| HSV | hsv(237, 53%, 97%) | — | |
| HWB | hwb(237 46% 3%) | color: hwb(237 46% 3%) | |
| OKLCH | oklch(0.6362 0.1833 277.42) | color: oklch(0.6362 0.1833 277.42) | |
| Lab | lab(56.36 31.56 -63.65) | color: lab(56.36 31.56 -63.65) | |
| LCH | lch(56.36 71.04 296.37) | color: lch(56.36 71.04 296.37) |
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)
#7676D9 — rgb(118, 118, 217)
Deuteranopia (Green-blind)
#7675D2 — rgb(118, 117, 210)
Tritanopia (Blue-blind)
#73C1BC — rgb(115, 193, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 89%, 71%);
text
color: hsl(237, 89%, 71%);
border
border: 2px solid hsl(237, 89%, 71%);
gradient light
background: linear-gradient(to right, hsl(237, 89%, 91%), hsl(237, 89%, 71%));
gradient dark
background: linear-gradient(to right, hsl(237, 89%, 71%), hsl(237, 89%, 51%))
hex
background-color: #737AF7;
tailwind
bg-[hsl(237,89%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 89%, 71%, 0.4);
css variable
--color-primary: hsl(237, 89%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 89%, 71%)?
HEX: #737AF7 | RGB: rgb(115, 122, 247) | CMYK: 53%, 51%, 0%, 3% | HSV: 237°, 53%, 97%. Copy any format from the conversion table above.
What colors go well with #737AF7?
The complementary color is HSL(57, 89%, 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, 89%, 71%) in CSS?
As HSL: color: hsl(237, 89%, 71%); — As HEX: color: #737AF7; — As RGB: color: rgb(115, 122, 247); — Tailwind CSS: bg-[hsl(237,89%,71%)] — CSS variable: --color-primary: hsl(237, 89%, 71%);