HSL(232, 76%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,76%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 76%, 61%) | color: hsl(232, 76%, 61%) | |
| HEX | #5064E7 | color: #5064E7 | |
| RGB | rgb(80, 100, 231) | color: rgb(80, 100, 231) | |
| CMYK | cmyk(65%, 57%, 0%, 9%) | — | |
| HSV | hsv(232, 65%, 91%) | — | |
| HWB | hwb(232 32% 9%) | color: hwb(232 32% 9%) | |
| OKLCH | oklch(0.5625 0.198 271.88) | color: oklch(0.5625 0.198 271.88) | |
| Lab | lab(47.74 33.59 -68.77) | color: lab(47.74 33.59 -68.77) | |
| LCH | lch(47.74 76.53 296.03) | color: lch(47.74 76.53 296.03) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5959C7 — rgb(89, 89, 199)
Deuteranopia (Green-blind)
#5856C0 — rgb(88, 86, 192)
Tritanopia (Blue-blind)
#51AEA9 — rgb(81, 174, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 76%, 61%);
text
color: hsl(232, 76%, 61%);
border
border: 2px solid hsl(232, 76%, 61%);
gradient light
background: linear-gradient(to right, hsl(232, 76%, 81%), hsl(232, 76%, 61%));
gradient dark
background: linear-gradient(to right, hsl(232, 76%, 61%), hsl(232, 76%, 41%))
hex
background-color: #5064E7;
tailwind
bg-[hsl(232,76%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 76%, 61%, 0.4);
css variable
--color-primary: hsl(232, 76%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 76%, 61%)?
HEX: #5064E7 | RGB: rgb(80, 100, 231) | CMYK: 65%, 57%, 0%, 9% | HSV: 232°, 65%, 91%. Copy any format from the conversion table above.
What colors go well with #5064E7?
The complementary color is HSL(52, 76%, 61%). 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, 76%, 61%) in CSS?
As HSL: color: hsl(232, 76%, 61%); — As HEX: color: #5064E7; — As RGB: color: rgb(80, 100, 231); — Tailwind CSS: bg-[hsl(232,76%,61%)] — CSS variable: --color-primary: hsl(232, 76%, 61%);