HSL(161, 12%, 28%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(161,12%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 12%, 28%) | color: hsl(161, 12%, 28%) | |
| HEX | #3F504B | color: #3F504B | |
| RGB | rgb(63, 80, 75) | color: rgb(63, 80, 75) | |
| CMYK | cmyk(21%, 0%, 6%, 69%) | — | |
| HSV | hsv(162, 21%, 31%) | — | |
| HWB | hwb(162 24% 69%) | color: hwb(162 24% 69%) | |
| OKLCH | oklch(0.4151 0.0229 175.32) | color: oklch(0.4151 0.0229 175.32) | |
| Lab | lab(32.48 -7.84 0.75) | color: lab(32.48 -7.84 0.75) | |
| LCH | lch(32.48 7.88 174.54) | color: lch(32.48 7.88 174.54) |
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)
#46474C — rgb(70, 71, 76)
Deuteranopia (Green-blind)
#45444D — rgb(69, 68, 77)
Tritanopia (Blue-blind)
#404D4D — rgb(64, 77, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 12%, 28%);
text
color: hsl(161, 12%, 28%);
border
border: 2px solid hsl(161, 12%, 28%);
gradient light
background: linear-gradient(to right, hsl(161, 12%, 48%), hsl(161, 12%, 28%));
gradient dark
background: linear-gradient(to right, hsl(161, 12%, 28%), hsl(161, 12%, 8%))
hex
background-color: #3F504B;
tailwind
bg-[hsl(161,12%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 12%, 28%, 0.4);
css variable
--color-primary: hsl(161, 12%, 28%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 12%, 28%)?
HEX: #3F504B | RGB: rgb(63, 80, 75) | CMYK: 21%, 0%, 6%, 69% | HSV: 162°, 21%, 31%. Copy any format from the conversion table above.
What colors go well with #3F504B?
The complementary color is HSL(341, 12%, 28%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 12%, 28%) in CSS?
As HSL: color: hsl(161, 12%, 28%); — As HEX: color: #3F504B; — As RGB: color: rgb(63, 80, 75); — Tailwind CSS: bg-[hsl(161,12%,28%)] — CSS variable: --color-primary: hsl(161, 12%, 28%);