HSL(236, 96%, 63%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(236,96%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 96%, 63%) | color: hsl(236, 96%, 63%) | |
| HEX | #4652FB | color: #4652FB | |
| RGB | rgb(70, 82, 251) | color: rgb(70, 82, 251) | |
| CMYK | cmyk(72%, 67%, 0%, 2%) | — | |
| HSV | hsv(236, 72%, 98%) | — | |
| HWB | hwb(236 27% 2%) | color: hwb(236 27% 2%) | |
| OKLCH | oklch(0.5434 0.2461 271.82) | color: oklch(0.5434 0.2461 271.82) | |
| Lab | lab(44.66 49.89 -85.04) | color: lab(44.66 49.89 -85.04) | |
| LCH | lch(44.66 98.59 300.4) | color: lch(44.66 98.59 300.4) |
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)
#4B4BD2 — rgb(75, 75, 210)
Deuteranopia (Green-blind)
#4B4AC8 — rgb(75, 74, 200)
Tritanopia (Blue-blind)
#47B2AB — rgb(71, 178, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 96%, 63%);
text
color: hsl(236, 96%, 63%);
border
border: 2px solid hsl(236, 96%, 63%);
gradient light
background: linear-gradient(to right, hsl(236, 96%, 83%), hsl(236, 96%, 63%));
gradient dark
background: linear-gradient(to right, hsl(236, 96%, 63%), hsl(236, 96%, 43%))
hex
background-color: #4652FB;
tailwind
bg-[hsl(236,96%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 96%, 63%, 0.4);
css variable
--color-primary: hsl(236, 96%, 63%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 96%, 63%)?
HEX: #4652FB | RGB: rgb(70, 82, 251) | CMYK: 72%, 67%, 0%, 2% | HSV: 236°, 72%, 98%. Copy any format from the conversion table above.
What colors go well with #4652FB?
The complementary color is HSL(56, 96%, 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, 96%, 63%) in CSS?
As HSL: color: hsl(236, 96%, 63%); — As HEX: color: #4652FB; — As RGB: color: rgb(70, 82, 251); — Tailwind CSS: bg-[hsl(236,96%,63%)] — CSS variable: --color-primary: hsl(236, 96%, 63%);