HSL(243, 70%, 70%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(243,70%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 70%, 70%) | color: hsl(243, 70%, 70%) | |
| HEX | #827DE8 | color: #827DE8 | |
| RGB | rgb(130, 125, 232) | color: rgb(130, 125, 232) | |
| CMYK | cmyk(44%, 46%, 0%, 9%) | — | |
| HSV | hsv(243, 46%, 91%) | — | |
| HWB | hwb(243 49% 9%) | color: hwb(243 49% 9%) | |
| OKLCH | oklch(0.6432 0.1565 283.19) | color: oklch(0.6432 0.1565 283.19) | |
| Lab | lab(57.31 28.57 -53.75) | color: lab(57.31 28.57 -53.75) | |
| LCH | lch(57.31 60.87 297.99) | color: lch(57.31 60.87 297.99) |
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)
#8080CE — rgb(128, 128, 206)
Deuteranopia (Green-blind)
#8081C8 — rgb(128, 129, 200)
Tritanopia (Blue-blind)
#82BAB5 — rgb(130, 186, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 70%, 70%);
text
color: hsl(243, 70%, 70%);
border
border: 2px solid hsl(243, 70%, 70%);
gradient light
background: linear-gradient(to right, hsl(243, 70%, 90%), hsl(243, 70%, 70%));
gradient dark
background: linear-gradient(to right, hsl(243, 70%, 70%), hsl(243, 70%, 50%))
hex
background-color: #827DE8;
tailwind
bg-[hsl(243,70%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 70%, 70%, 0.4);
css variable
--color-primary: hsl(243, 70%, 70%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 70%, 70%)?
HEX: #827DE8 | RGB: rgb(130, 125, 232) | CMYK: 44%, 46%, 0%, 9% | HSV: 243°, 46%, 91%. Copy any format from the conversion table above.
What colors go well with #827DE8?
The complementary color is HSL(63, 70%, 70%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 70%, 70%) in CSS?
As HSL: color: hsl(243, 70%, 70%); — As HEX: color: #827DE8; — As RGB: color: rgb(130, 125, 232); — Tailwind CSS: bg-[hsl(243,70%,70%)] — CSS variable: --color-primary: hsl(243, 70%, 70%);