HSL(207, 50%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,50%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 50%, 61%) | color: hsl(207, 50%, 61%) | |
| HEX | #6AA1CD | color: #6AA1CD | |
| RGB | rgb(106, 161, 205) | color: rgb(106, 161, 205) | |
| CMYK | cmyk(48%, 21%, 0%, 20%) | — | |
| HSV | hsv(207, 48%, 80%) | — | |
| HWB | hwb(207 42% 20%) | color: hwb(207 42% 20%) | |
| OKLCH | oklch(0.688 0.0873 243.66) | color: oklch(0.688 0.0873 243.66) | |
| Lab | lab(64.13 -6.07 -28.1) | color: lab(64.13 -6.07 -28.1) | |
| LCH | lch(64.13 28.75 257.81) | color: lch(64.13 28.75 257.81) |
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)
#8282C2 — rgb(130, 130, 194)
Deuteranopia (Green-blind)
#7F7BC0 — rgb(127, 123, 192)
Tritanopia (Blue-blind)
#6DBAB8 — rgb(109, 186, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 50%, 61%);
text
color: hsl(207, 50%, 61%);
border
border: 2px solid hsl(207, 50%, 61%);
gradient light
background: linear-gradient(to right, hsl(207, 50%, 81%), hsl(207, 50%, 61%));
gradient dark
background: linear-gradient(to right, hsl(207, 50%, 61%), hsl(207, 50%, 41%))
hex
background-color: #6AA1CD;
tailwind
bg-[hsl(207,50%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 50%, 61%, 0.4);
css variable
--color-primary: hsl(207, 50%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 50%, 61%)?
HEX: #6AA1CD | RGB: rgb(106, 161, 205) | CMYK: 48%, 21%, 0%, 20% | HSV: 207°, 48%, 80%. Copy any format from the conversion table above.
What colors go well with #6AA1CD?
The complementary color is HSL(27, 50%, 61%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 50%, 61%) in CSS?
As HSL: color: hsl(207, 50%, 61%); — As HEX: color: #6AA1CD; — As RGB: color: rgb(106, 161, 205); — Tailwind CSS: bg-[hsl(207,50%,61%)] — CSS variable: --color-primary: hsl(207, 50%, 61%);