HSL(233, 52%, 66%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,52%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 52%, 66%) | color: hsl(233, 52%, 66%) | |
| HEX | #7B86D5 | color: #7B86D5 | |
| RGB | rgb(123, 134, 213) | color: rgb(123, 134, 213) | |
| CMYK | cmyk(42%, 37%, 0%, 16%) | — | |
| HSV | hsv(233, 42%, 84%) | — | |
| HWB | hwb(233 49% 16%) | color: hwb(233 49% 16%) | |
| OKLCH | oklch(0.6448 0.1186 276.52) | color: oklch(0.6448 0.1186 276.52) | |
| Lab | lab(58.1 16.06 -41.9) | color: lab(58.1 16.06 -41.9) | |
| LCH | lch(58.1 44.87 290.97) | color: lch(58.1 44.87 290.97) |
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)
#8080C2 — rgb(128, 128, 194)
Deuteranopia (Green-blind)
#7F7EBD — rgb(127, 126, 189)
Tritanopia (Blue-blind)
#7CB3AF — rgb(124, 179, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 52%, 66%);
text
color: hsl(233, 52%, 66%);
border
border: 2px solid hsl(233, 52%, 66%);
gradient light
background: linear-gradient(to right, hsl(233, 52%, 86%), hsl(233, 52%, 66%));
gradient dark
background: linear-gradient(to right, hsl(233, 52%, 66%), hsl(233, 52%, 46%))
hex
background-color: #7B86D5;
tailwind
bg-[hsl(233,52%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 52%, 66%, 0.4);
css variable
--color-primary: hsl(233, 52%, 66%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 52%, 66%)?
HEX: #7B86D5 | RGB: rgb(123, 134, 213) | CMYK: 42%, 37%, 0%, 16% | HSV: 233°, 42%, 84%. Copy any format from the conversion table above.
What colors go well with #7B86D5?
The complementary color is HSL(53, 52%, 66%). 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, 52%, 66%) in CSS?
As HSL: color: hsl(233, 52%, 66%); — As HEX: color: #7B86D5; — As RGB: color: rgb(123, 134, 213); — Tailwind CSS: bg-[hsl(233,52%,66%)] — CSS variable: --color-primary: hsl(233, 52%, 66%);