HSL(151, 12%, 46%)
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(151,12%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 12%, 46%) | color: hsl(151, 12%, 46%) | |
| HEX | #678376 | color: #678376 | |
| RGB | rgb(103, 131, 118) | color: rgb(103, 131, 118) | |
| CMYK | cmyk(21%, 0%, 10%, 49%) | — | |
| HSV | hsv(152, 21%, 51%) | — | |
| HWB | hwb(152 40% 49%) | color: hwb(152 40% 49%) | |
| OKLCH | oklch(0.5842 0.0378 165.13) | color: oklch(0.5842 0.0378 165.13) | |
| Lab | lab(52.31 -12.86 3.74) | color: lab(52.31 -12.86 3.74) | |
| LCH | lch(52.31 13.39 163.78) | color: lch(52.31 13.39 163.78) |
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)
#737379 — rgb(115, 115, 121)
Deuteranopia (Green-blind)
#726F7A — rgb(114, 111, 122)
Tritanopia (Blue-blind)
#687C7C — rgb(104, 124, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 12%, 46%);
text
color: hsl(151, 12%, 46%);
border
border: 2px solid hsl(151, 12%, 46%);
gradient light
background: linear-gradient(to right, hsl(151, 12%, 66%), hsl(151, 12%, 46%));
gradient dark
background: linear-gradient(to right, hsl(151, 12%, 46%), hsl(151, 12%, 26%))
hex
background-color: #678376;
tailwind
bg-[hsl(151,12%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 12%, 46%, 0.4);
css variable
--color-primary: hsl(151, 12%, 46%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 12%, 46%)?
HEX: #678376 | RGB: rgb(103, 131, 118) | CMYK: 21%, 0%, 10%, 49% | HSV: 152°, 21%, 51%. Copy any format from the conversion table above.
What colors go well with #678376?
The complementary color is HSL(331, 12%, 46%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 12%, 46%) in CSS?
As HSL: color: hsl(151, 12%, 46%); — As HEX: color: #678376; — As RGB: color: rgb(103, 131, 118); — Tailwind CSS: bg-[hsl(151,12%,46%)] — CSS variable: --color-primary: hsl(151, 12%, 46%);