HSL(229, 80%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,80%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 80%, 60%) | color: hsl(229, 80%, 60%) | |
| HEX | #4765EB | color: #4765EB | |
| RGB | rgb(71, 101, 235) | color: rgb(71, 101, 235) | |
| CMYK | cmyk(70%, 57%, 0%, 8%) | — | |
| HSV | hsv(229, 70%, 92%) | — | |
| HWB | hwb(229 28% 8%) | color: hwb(229 28% 8%) | |
| OKLCH | oklch(0.5627 0.2045 269.17) | color: oklch(0.5627 0.2045 269.17) | |
| Lab | lab(47.81 33.09 -70.92) | color: lab(47.81 33.09 -70.92) | |
| LCH | lch(47.81 78.26 295.01) | color: lch(47.81 78.26 295.01) |
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)
#5454CB — rgb(84, 84, 203)
Deuteranopia (Green-blind)
#5250C3 — rgb(82, 80, 195)
Tritanopia (Blue-blind)
#49B1AB — rgb(73, 177, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 80%, 60%);
text
color: hsl(229, 80%, 60%);
border
border: 2px solid hsl(229, 80%, 60%);
gradient light
background: linear-gradient(to right, hsl(229, 80%, 80%), hsl(229, 80%, 60%));
gradient dark
background: linear-gradient(to right, hsl(229, 80%, 60%), hsl(229, 80%, 40%))
hex
background-color: #4765EB;
tailwind
bg-[hsl(229,80%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 80%, 60%, 0.4);
css variable
--color-primary: hsl(229, 80%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 80%, 60%)?
HEX: #4765EB | RGB: rgb(71, 101, 235) | CMYK: 70%, 57%, 0%, 8% | HSV: 229°, 70%, 92%. Copy any format from the conversion table above.
What colors go well with #4765EB?
The complementary color is HSL(49, 80%, 60%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 80%, 60%) in CSS?
As HSL: color: hsl(229, 80%, 60%); — As HEX: color: #4765EB; — As RGB: color: rgb(71, 101, 235); — Tailwind CSS: bg-[hsl(229,80%,60%)] — CSS variable: --color-primary: hsl(229, 80%, 60%);