HSL(233, 58%, 66%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,58%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 58%, 66%) | color: hsl(233, 58%, 66%) | |
| HEX | #7682DB | color: #7682DB | |
| RGB | rgb(118, 130, 219) | color: rgb(118, 130, 219) | |
| CMYK | cmyk(46%, 41%, 0%, 14%) | — | |
| HSV | hsv(233, 46%, 86%) | — | |
| HWB | hwb(233 46% 14%) | color: hwb(233 46% 14%) | |
| OKLCH | oklch(0.6365 0.1336 276.11) | color: oklch(0.6365 0.1336 276.11) | |
| Lab | lab(57.01 18.94 -47.01) | color: lab(57.01 18.94 -47.01) | |
| LCH | lch(57.01 50.68 291.94) | color: lch(57.01 50.68 291.94) |
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)
#7B7BC5 — rgb(123, 123, 197)
Deuteranopia (Green-blind)
#7B7AC0 — rgb(123, 122, 192)
Tritanopia (Blue-blind)
#77B4B1 — rgb(119, 180, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 58%, 66%);
text
color: hsl(233, 58%, 66%);
border
border: 2px solid hsl(233, 58%, 66%);
gradient light
background: linear-gradient(to right, hsl(233, 58%, 86%), hsl(233, 58%, 66%));
gradient dark
background: linear-gradient(to right, hsl(233, 58%, 66%), hsl(233, 58%, 46%))
hex
background-color: #7682DB;
tailwind
bg-[hsl(233,58%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 58%, 66%, 0.4);
css variable
--color-primary: hsl(233, 58%, 66%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 58%, 66%)?
HEX: #7682DB | RGB: rgb(118, 130, 219) | CMYK: 46%, 41%, 0%, 14% | HSV: 233°, 46%, 86%. Copy any format from the conversion table above.
What colors go well with #7682DB?
The complementary color is HSL(53, 58%, 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, 58%, 66%) in CSS?
As HSL: color: hsl(233, 58%, 66%); — As HEX: color: #7682DB; — As RGB: color: rgb(118, 130, 219); — Tailwind CSS: bg-[hsl(233,58%,66%)] — CSS variable: --color-primary: hsl(233, 58%, 66%);