HSL(236, 70%, 63%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(236,70%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 70%, 63%) | color: hsl(236, 70%, 63%) | |
| HEX | #5F67E3 | color: #5F67E3 | |
| RGB | rgb(95, 103, 227) | color: rgb(95, 103, 227) | |
| CMYK | cmyk(58%, 55%, 0%, 11%) | — | |
| HSV | hsv(236, 58%, 89%) | — | |
| HWB | hwb(236 37% 11%) | color: hwb(236 37% 11%) | |
| OKLCH | oklch(0.5742 0.1853 276.09) | color: oklch(0.5742 0.1853 276.09) | |
| Lab | lab(49.1 32.89 -64.25) | color: lab(49.1 32.89 -64.25) | |
| LCH | lch(49.1 72.18 297.11) | color: lch(49.1 72.18 297.11) |
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)
#6263C5 — rgb(98, 99, 197)
Deuteranopia (Green-blind)
#6261BE — rgb(98, 97, 190)
Tritanopia (Blue-blind)
#5FADA8 — rgb(95, 173, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 70%, 63%);
text
color: hsl(236, 70%, 63%);
border
border: 2px solid hsl(236, 70%, 63%);
gradient light
background: linear-gradient(to right, hsl(236, 70%, 83%), hsl(236, 70%, 63%));
gradient dark
background: linear-gradient(to right, hsl(236, 70%, 63%), hsl(236, 70%, 43%))
hex
background-color: #5F67E3;
tailwind
bg-[hsl(236,70%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 70%, 63%, 0.4);
css variable
--color-primary: hsl(236, 70%, 63%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 70%, 63%)?
HEX: #5F67E3 | RGB: rgb(95, 103, 227) | CMYK: 58%, 55%, 0%, 11% | HSV: 236°, 58%, 89%. Copy any format from the conversion table above.
What colors go well with #5F67E3?
The complementary color is HSL(56, 70%, 63%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 70%, 63%) in CSS?
As HSL: color: hsl(236, 70%, 63%); — As HEX: color: #5F67E3; — As RGB: color: rgb(95, 103, 227); — Tailwind CSS: bg-[hsl(236,70%,63%)] — CSS variable: --color-primary: hsl(236, 70%, 63%);