HSL(247, 56%, 48%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,56%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 56%, 48%) | color: hsl(247, 56%, 48%) | |
| HEX | #4636BF | color: #4636BF | |
| RGB | rgb(70, 54, 191) | color: rgb(70, 54, 191) | |
| CMYK | cmyk(63%, 72%, 0%, 25%) | — | |
| HSV | hsv(247, 72%, 75%) | — | |
| HWB | hwb(247 21% 25%) | color: hwb(247 21% 25%) | |
| OKLCH | oklch(0.4455 0.2027 279.53) | color: oklch(0.4455 0.2027 279.53) | |
| Lab | lab(33.35 46.5 -69.28) | color: lab(33.35 46.5 -69.28) | |
| LCH | lch(33.35 83.44 303.87) | color: lch(33.35 83.44 303.87) |
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)
#3F3F9E — rgb(63, 63, 158)
Deuteranopia (Green-blind)
#404196 — rgb(64, 65, 150)
Tritanopia (Blue-blind)
#45847E — rgb(69, 132, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 56%, 48%);
text
color: hsl(247, 56%, 48%);
border
border: 2px solid hsl(247, 56%, 48%);
gradient light
background: linear-gradient(to right, hsl(247, 56%, 68%), hsl(247, 56%, 48%));
gradient dark
background: linear-gradient(to right, hsl(247, 56%, 48%), hsl(247, 56%, 28%))
hex
background-color: #4636BF;
tailwind
bg-[hsl(247,56%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 56%, 48%, 0.4);
css variable
--color-primary: hsl(247, 56%, 48%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 56%, 48%)?
HEX: #4636BF | RGB: rgb(70, 54, 191) | CMYK: 63%, 72%, 0%, 25% | HSV: 247°, 72%, 75%. Copy any format from the conversion table above.
What colors go well with #4636BF?
The complementary color is HSL(67, 56%, 48%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 56%, 48%) in CSS?
As HSL: color: hsl(247, 56%, 48%); — As HEX: color: #4636BF; — As RGB: color: rgb(70, 54, 191); — Tailwind CSS: bg-[hsl(247,56%,48%)] — CSS variable: --color-primary: hsl(247, 56%, 48%);