HSL(207, 14%, 44%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(207,14%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 14%, 44%) | color: hsl(207, 14%, 44%) | |
| HEX | #607280 | color: #607280 | |
| RGB | rgb(96, 114, 128) | color: rgb(96, 114, 128) | |
| CMYK | cmyk(25%, 11%, 0%, 50%) | — | |
| HSV | hsv(206, 25%, 50%) | — | |
| HWB | hwb(206 38% 50%) | color: hwb(206 38% 50%) | |
| OKLCH | oklch(0.5424 0.0307 241.58) | color: oklch(0.5424 0.0307 241.58) | |
| Lab | lab(47.08 -3.28 -9.91) | color: lab(47.08 -3.28 -9.91) | |
| LCH | lch(47.08 10.44 251.69) | color: lch(47.08 10.44 251.69) |
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)
#68687D — rgb(104, 104, 125)
Deuteranopia (Green-blind)
#67657C — rgb(103, 101, 124)
Tritanopia (Blue-blind)
#617A79 — rgb(97, 122, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 14%, 44%);
text
color: hsl(207, 14%, 44%);
border
border: 2px solid hsl(207, 14%, 44%);
gradient light
background: linear-gradient(to right, hsl(207, 14%, 64%), hsl(207, 14%, 44%));
gradient dark
background: linear-gradient(to right, hsl(207, 14%, 44%), hsl(207, 14%, 24%))
hex
background-color: #607280;
tailwind
bg-[hsl(207,14%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 14%, 44%, 0.4);
css variable
--color-primary: hsl(207, 14%, 44%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 14%, 44%)?
HEX: #607280 | RGB: rgb(96, 114, 128) | CMYK: 25%, 11%, 0%, 50% | HSV: 206°, 25%, 50%. Copy any format from the conversion table above.
What colors go well with #607280?
The complementary color is HSL(27, 14%, 44%). 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, 14%, 44%) in CSS?
As HSL: color: hsl(207, 14%, 44%); — As HEX: color: #607280; — As RGB: color: rgb(96, 114, 128); — Tailwind CSS: bg-[hsl(207,14%,44%)] — CSS variable: --color-primary: hsl(207, 14%, 44%);