HSL(249, 20%, 47%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,20%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 20%, 47%) | color: hsl(249, 20%, 47%) | |
| HEX | #676090 | color: #676090 | |
| RGB | rgb(103, 96, 144) | color: rgb(103, 96, 144) | |
| CMYK | cmyk(28%, 33%, 0%, 44%) | — | |
| HSV | hsv(249, 33%, 56%) | — | |
| HWB | hwb(249 38% 44%) | color: hwb(249 38% 44%) | |
| OKLCH | oklch(0.5154 0.0752 290.18) | color: oklch(0.5154 0.0752 290.18) | |
| Lab | lab(43.16 14.07 -25.43) | color: lab(43.16 14.07 -25.43) | |
| LCH | lch(43.16 29.06 298.96) | color: lch(43.16 29.06 298.96) |
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)
#646484 — rgb(100, 100, 132)
Deuteranopia (Green-blind)
#646582 — rgb(100, 101, 130)
Tritanopia (Blue-blind)
#677B79 — rgb(103, 123, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 20%, 47%);
text
color: hsl(249, 20%, 47%);
border
border: 2px solid hsl(249, 20%, 47%);
gradient light
background: linear-gradient(to right, hsl(249, 20%, 67%), hsl(249, 20%, 47%));
gradient dark
background: linear-gradient(to right, hsl(249, 20%, 47%), hsl(249, 20%, 27%))
hex
background-color: #676090;
tailwind
bg-[hsl(249,20%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 20%, 47%, 0.4);
css variable
--color-primary: hsl(249, 20%, 47%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 20%, 47%)?
HEX: #676090 | RGB: rgb(103, 96, 144) | CMYK: 28%, 33%, 0%, 44% | HSV: 249°, 33%, 56%. Copy any format from the conversion table above.
What colors go well with #676090?
The complementary color is HSL(69, 20%, 47%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 20%, 47%) in CSS?
As HSL: color: hsl(249, 20%, 47%); — As HEX: color: #676090; — As RGB: color: rgb(103, 96, 144); — Tailwind CSS: bg-[hsl(249,20%,47%)] — CSS variable: --color-primary: hsl(249, 20%, 47%);