HSL(219, 30%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,30%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 30%, 61%) | color: hsl(219, 30%, 61%) | |
| HEX | #7E93B9 | color: #7E93B9 | |
| RGB | rgb(126, 147, 185) | color: rgb(126, 147, 185) | |
| CMYK | cmyk(32%, 21%, 0%, 27%) | — | |
| HSV | hsv(219, 32%, 73%) | — | |
| HWB | hwb(219 50% 27%) | color: hwb(219 50% 27%) | |
| OKLCH | oklch(0.6608 0.0618 262.16) | color: oklch(0.6608 0.0618 262.16) | |
| Lab | lab(60.61 1.66 -22.2) | color: lab(60.61 1.66 -22.2) | |
| LCH | lch(60.61 22.26 274.28) | color: lch(60.61 22.26 274.28) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8787B0 — rgb(135, 135, 176)
Deuteranopia (Green-blind)
#8684AE — rgb(134, 132, 174)
Tritanopia (Blue-blind)
#7FA9A7 — rgb(127, 169, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 30%, 61%);
text
color: hsl(219, 30%, 61%);
border
border: 2px solid hsl(219, 30%, 61%);
gradient light
background: linear-gradient(to right, hsl(219, 30%, 81%), hsl(219, 30%, 61%));
gradient dark
background: linear-gradient(to right, hsl(219, 30%, 61%), hsl(219, 30%, 41%))
hex
background-color: #7E93B9;
tailwind
bg-[hsl(219,30%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 30%, 61%, 0.4);
css variable
--color-primary: hsl(219, 30%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 30%, 61%)?
HEX: #7E93B9 | RGB: rgb(126, 147, 185) | CMYK: 32%, 21%, 0%, 27% | HSV: 219°, 32%, 73%. Copy any format from the conversion table above.
What colors go well with #7E93B9?
The complementary color is HSL(39, 30%, 61%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 30%, 61%) in CSS?
As HSL: color: hsl(219, 30%, 61%); — As HEX: color: #7E93B9; — As RGB: color: rgb(126, 147, 185); — Tailwind CSS: bg-[hsl(219,30%,61%)] — CSS variable: --color-primary: hsl(219, 30%, 61%);