HSL(220, 49%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(220,49%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(220, 49%, 61%) | color: hsl(220, 49%, 61%) | |
| HEX | #6B8BCC | color: #6B8BCC | |
| RGB | rgb(107, 139, 204) | color: rgb(107, 139, 204) | |
| CMYK | cmyk(48%, 32%, 0%, 20%) | — | |
| HSV | hsv(220, 48%, 80%) | — | |
| HWB | hwb(220 42% 20%) | color: hwb(220 42% 20%) | |
| OKLCH | oklch(0.6399 0.1047 263.68) | color: oklch(0.6399 0.1047 263.68) | |
| Lab | lab(57.99 6.45 -37.08) | color: lab(57.99 6.45 -37.08) | |
| LCH | lch(57.99 37.64 279.87) | color: lch(57.99 37.64 279.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#7979BC — rgb(121, 121, 188)
Deuteranopia (Green-blind)
#7775B9 — rgb(119, 117, 185)
Tritanopia (Blue-blind)
#6DB0AD — rgb(109, 176, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(220, 49%, 61%);
text
color: hsl(220, 49%, 61%);
border
border: 2px solid hsl(220, 49%, 61%);
gradient light
background: linear-gradient(to right, hsl(220, 49%, 81%), hsl(220, 49%, 61%));
gradient dark
background: linear-gradient(to right, hsl(220, 49%, 61%), hsl(220, 49%, 41%))
hex
background-color: #6B8BCC;
tailwind
bg-[hsl(220,49%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(220, 49%, 61%, 0.4);
css variable
--color-primary: hsl(220, 49%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(220, 49%, 61%)?
HEX: #6B8BCC | RGB: rgb(107, 139, 204) | CMYK: 48%, 32%, 0%, 20% | HSV: 220°, 48%, 80%. Copy any format from the conversion table above.
What colors go well with #6B8BCC?
The complementary color is HSL(40, 49%, 61%). For a triadic harmony, use hues 220°, 340°, and 100°. For analogous combinations, try hues 190° and 250°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(220, 49%, 61%) in CSS?
As HSL: color: hsl(220, 49%, 61%); — As HEX: color: #6B8BCC; — As RGB: color: rgb(107, 139, 204); — Tailwind CSS: bg-[hsl(220,49%,61%)] — CSS variable: --color-primary: hsl(220, 49%, 61%);