HSL(250, 12%, 43%)
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(250,12%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 12%, 43%) | color: hsl(250, 12%, 43%) | |
| HEX | #65607B | color: #65607B | |
| RGB | rgb(101, 96, 123) | color: rgb(101, 96, 123) | |
| CMYK | cmyk(18%, 22%, 0%, 52%) | — | |
| HSV | hsv(251, 22%, 48%) | — | |
| HWB | hwb(251 37% 52%) | color: hwb(251 37% 52%) | |
| OKLCH | oklch(0.5039 0.0428 293.29) | color: oklch(0.5039 0.0428 293.29) | |
| Lab | lab(42.1 8.02 -14.4) | color: lab(42.1 8.02 -14.4) | |
| LCH | lch(42.1 16.48 299.12) | color: lch(42.1 16.48 299.12) |
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)
#636374 — rgb(99, 99, 116)
Deuteranopia (Green-blind)
#636473 — rgb(99, 100, 115)
Tritanopia (Blue-blind)
#656F6E — rgb(101, 111, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 12%, 43%);
text
color: hsl(250, 12%, 43%);
border
border: 2px solid hsl(250, 12%, 43%);
gradient light
background: linear-gradient(to right, hsl(250, 12%, 63%), hsl(250, 12%, 43%));
gradient dark
background: linear-gradient(to right, hsl(250, 12%, 43%), hsl(250, 12%, 23%))
hex
background-color: #65607B;
tailwind
bg-[hsl(250,12%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 12%, 43%, 0.4);
css variable
--color-primary: hsl(250, 12%, 43%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 12%, 43%)?
HEX: #65607B | RGB: rgb(101, 96, 123) | CMYK: 18%, 22%, 0%, 52% | HSV: 251°, 22%, 48%. Copy any format from the conversion table above.
What colors go well with #65607B?
The complementary color is HSL(70, 12%, 43%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(250, 12%, 43%) in CSS?
As HSL: color: hsl(250, 12%, 43%); — As HEX: color: #65607B; — As RGB: color: rgb(101, 96, 123); — Tailwind CSS: bg-[hsl(250,12%,43%)] — CSS variable: --color-primary: hsl(250, 12%, 43%);