HSL(232, 80%, 68%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,80%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 80%, 68%) | color: hsl(232, 80%, 68%) | |
| HEX | #6C7EEF | color: #6C7EEF | |
| RGB | rgb(108, 126, 239) | color: rgb(108, 126, 239) | |
| CMYK | cmyk(55%, 47%, 0%, 6%) | — | |
| HSV | hsv(232, 55%, 94%) | — | |
| HWB | hwb(232 42% 6%) | color: hwb(232 42% 6%) | |
| OKLCH | oklch(0.6339 0.169 273.79) | color: oklch(0.6339 0.169 273.79) | |
| Lab | lab(56.43 25.27 -59.14) | color: lab(56.43 25.27 -59.14) | |
| LCH | lch(56.43 64.31 293.14) | color: lch(56.43 64.31 293.14) |
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)
#7474D4 — rgb(116, 116, 212)
Deuteranopia (Green-blind)
#7371CD — rgb(115, 113, 205)
Tritanopia (Blue-blind)
#6DBEB9 — rgb(109, 190, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 80%, 68%);
text
color: hsl(232, 80%, 68%);
border
border: 2px solid hsl(232, 80%, 68%);
gradient light
background: linear-gradient(to right, hsl(232, 80%, 88%), hsl(232, 80%, 68%));
gradient dark
background: linear-gradient(to right, hsl(232, 80%, 68%), hsl(232, 80%, 48%))
hex
background-color: #6C7EEF;
tailwind
bg-[hsl(232,80%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 80%, 68%, 0.4);
css variable
--color-primary: hsl(232, 80%, 68%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 80%, 68%)?
HEX: #6C7EEF | RGB: rgb(108, 126, 239) | CMYK: 55%, 47%, 0%, 6% | HSV: 232°, 55%, 94%. Copy any format from the conversion table above.
What colors go well with #6C7EEF?
The complementary color is HSL(52, 80%, 68%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 80%, 68%) in CSS?
As HSL: color: hsl(232, 80%, 68%); — As HEX: color: #6C7EEF; — As RGB: color: rgb(108, 126, 239); — Tailwind CSS: bg-[hsl(232,80%,68%)] — CSS variable: --color-primary: hsl(232, 80%, 68%);