HSL(151, 10%, 50%)
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,10%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 10%, 50%) | color: hsl(151, 10%, 50%) | |
| HEX | #738C80 | color: #738C80 | |
| RGB | rgb(115, 140, 128) | color: rgb(115, 140, 128) | |
| CMYK | cmyk(18%, 0%, 9%, 45%) | — | |
| HSV | hsv(151, 18%, 55%) | — | |
| HWB | hwb(151 45% 45%) | color: hwb(151 45% 45%) | |
| OKLCH | oklch(0.6169 0.0338 164.63) | color: oklch(0.6169 0.0338 164.63) | |
| Lab | lab(56.05 -11.46 3.45) | color: lab(56.05 -11.46 3.45) | |
| LCH | lch(56.05 11.97 163.25) | color: lch(56.05 11.97 163.25) |
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)
#7E7E83 — rgb(126, 126, 131)
Deuteranopia (Green-blind)
#7C7B84 — rgb(124, 123, 132)
Tritanopia (Blue-blind)
#748586 — rgb(116, 133, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 10%, 50%);
text
color: hsl(151, 10%, 50%);
border
border: 2px solid hsl(151, 10%, 50%);
gradient light
background: linear-gradient(to right, hsl(151, 10%, 70%), hsl(151, 10%, 50%));
gradient dark
background: linear-gradient(to right, hsl(151, 10%, 50%), hsl(151, 10%, 30%))
hex
background-color: #738C80;
tailwind
bg-[hsl(151,10%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 10%, 50%, 0.4);
css variable
--color-primary: hsl(151, 10%, 50%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 10%, 50%)?
HEX: #738C80 | RGB: rgb(115, 140, 128) | CMYK: 18%, 0%, 9%, 45% | HSV: 151°, 18%, 55%. Copy any format from the conversion table above.
What colors go well with #738C80?
The complementary color is HSL(331, 10%, 50%). 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, 10%, 50%) in CSS?
As HSL: color: hsl(151, 10%, 50%); — As HEX: color: #738C80; — As RGB: color: rgb(115, 140, 128); — Tailwind CSS: bg-[hsl(151,10%,50%)] — CSS variable: --color-primary: hsl(151, 10%, 50%);