HSL(233, 73%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,73%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 73%, 71%) | color: hsl(233, 73%, 71%) | |
| HEX | #7F8CEB | color: #7F8CEB | |
| RGB | rgb(127, 140, 235) | color: rgb(127, 140, 235) | |
| CMYK | cmyk(46%, 40%, 0%, 8%) | — | |
| HSV | hsv(233, 46%, 92%) | — | |
| HWB | hwb(233 50% 8%) | color: hwb(233 50% 8%) | |
| OKLCH | oklch(0.6714 0.1408 276.03) | color: oklch(0.6714 0.1408 276.03) | |
| Lab | lab(61.01 19.89 -49.54) | color: lab(61.01 19.89 -49.54) | |
| LCH | lch(61.01 53.38 291.88) | color: lch(61.01 53.38 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)
#8585D4 — rgb(133, 133, 212)
Deuteranopia (Green-blind)
#8483CF — rgb(132, 131, 207)
Tritanopia (Blue-blind)
#80C2BE — rgb(128, 194, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 73%, 71%);
text
color: hsl(233, 73%, 71%);
border
border: 2px solid hsl(233, 73%, 71%);
gradient light
background: linear-gradient(to right, hsl(233, 73%, 91%), hsl(233, 73%, 71%));
gradient dark
background: linear-gradient(to right, hsl(233, 73%, 71%), hsl(233, 73%, 51%))
hex
background-color: #7F8CEB;
tailwind
bg-[hsl(233,73%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 73%, 71%, 0.4);
css variable
--color-primary: hsl(233, 73%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 73%, 71%)?
HEX: #7F8CEB | RGB: rgb(127, 140, 235) | CMYK: 46%, 40%, 0%, 8% | HSV: 233°, 46%, 92%. Copy any format from the conversion table above.
What colors go well with #7F8CEB?
The complementary color is HSL(53, 73%, 71%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 73%, 71%) in CSS?
As HSL: color: hsl(233, 73%, 71%); — As HEX: color: #7F8CEB; — As RGB: color: rgb(127, 140, 235); — Tailwind CSS: bg-[hsl(233,73%,71%)] — CSS variable: --color-primary: hsl(233, 73%, 71%);