HSL(233, 36%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,36%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 36%, 64%) | color: hsl(233, 36%, 64%) | |
| HEX | #828AC4 | color: #828AC4 | |
| RGB | rgb(130, 138, 196) | color: rgb(130, 138, 196) | |
| CMYK | cmyk(34%, 30%, 0%, 23%) | — | |
| HSV | hsv(233, 34%, 77%) | — | |
| HWB | hwb(233 51% 23%) | color: hwb(233 51% 23%) | |
| OKLCH | oklch(0.6496 0.0871 277.64) | color: oklch(0.6496 0.0871 277.64) | |
| Lab | lab(58.89 10.91 -31.05) | color: lab(58.89 10.91 -31.05) | |
| LCH | lch(58.89 32.91 289.36) | color: lch(58.89 32.91 289.36) |
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)
#8586B6 — rgb(133, 134, 182)
Deuteranopia (Green-blind)
#8584B3 — rgb(133, 132, 179)
Tritanopia (Blue-blind)
#82ABA8 — rgb(130, 171, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 36%, 64%);
text
color: hsl(233, 36%, 64%);
border
border: 2px solid hsl(233, 36%, 64%);
gradient light
background: linear-gradient(to right, hsl(233, 36%, 84%), hsl(233, 36%, 64%));
gradient dark
background: linear-gradient(to right, hsl(233, 36%, 64%), hsl(233, 36%, 44%))
hex
background-color: #828AC4;
tailwind
bg-[hsl(233,36%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 36%, 64%, 0.4);
css variable
--color-primary: hsl(233, 36%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 36%, 64%)?
HEX: #828AC4 | RGB: rgb(130, 138, 196) | CMYK: 34%, 30%, 0%, 23% | HSV: 233°, 34%, 77%. Copy any format from the conversion table above.
What colors go well with #828AC4?
The complementary color is HSL(53, 36%, 64%). 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, 36%, 64%) in CSS?
As HSL: color: hsl(233, 36%, 64%); — As HEX: color: #828AC4; — As RGB: color: rgb(130, 138, 196); — Tailwind CSS: bg-[hsl(233,36%,64%)] — CSS variable: --color-primary: hsl(233, 36%, 64%);