HSL(234, 50%, 59%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(234,50%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 50%, 59%) | color: hsl(234, 50%, 59%) | |
| HEX | #626DCB | color: #626DCB | |
| RGB | rgb(98, 109, 203) | color: rgb(98, 109, 203) | |
| CMYK | cmyk(52%, 46%, 0%, 20%) | — | |
| HSV | hsv(234, 52%, 80%) | — | |
| HWB | hwb(234 38% 20%) | color: hwb(234 38% 20%) | |
| OKLCH | oklch(0.5714 0.1438 275.84) | color: oklch(0.5714 0.1438 275.84) | |
| Lab | lab(49.31 22.12 -50.28) | color: lab(49.31 22.12 -50.28) | |
| LCH | lch(49.31 54.93 293.75) | color: lch(49.31 54.93 293.75) |
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)
#6767B4 — rgb(103, 103, 180)
Deuteranopia (Green-blind)
#6665AF — rgb(102, 101, 175)
Tritanopia (Blue-blind)
#63A29E — rgb(99, 162, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 50%, 59%);
text
color: hsl(234, 50%, 59%);
border
border: 2px solid hsl(234, 50%, 59%);
gradient light
background: linear-gradient(to right, hsl(234, 50%, 79%), hsl(234, 50%, 59%));
gradient dark
background: linear-gradient(to right, hsl(234, 50%, 59%), hsl(234, 50%, 39%))
hex
background-color: #626DCB;
tailwind
bg-[hsl(234,50%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 50%, 59%, 0.4);
css variable
--color-primary: hsl(234, 50%, 59%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 50%, 59%)?
HEX: #626DCB | RGB: rgb(98, 109, 203) | CMYK: 52%, 46%, 0%, 20% | HSV: 234°, 52%, 80%. Copy any format from the conversion table above.
What colors go well with #626DCB?
The complementary color is HSL(54, 50%, 59%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(234, 50%, 59%) in CSS?
As HSL: color: hsl(234, 50%, 59%); — As HEX: color: #626DCB; — As RGB: color: rgb(98, 109, 203); — Tailwind CSS: bg-[hsl(234,50%,59%)] — CSS variable: --color-primary: hsl(234, 50%, 59%);