HSL(168, 83%, 30%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(168,83%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(168, 83%, 30%) | color: hsl(168, 83%, 30%) | |
| HEX | #0D8C73 | color: #0D8C73 | |
| RGB | rgb(13, 140, 115) | color: rgb(13, 140, 115) | |
| CMYK | cmyk(91%, 0%, 18%, 45%) | — | |
| HSV | hsv(168, 91%, 55%) | — | |
| HWB | hwb(168 5% 45%) | color: hwb(168 5% 45%) | |
| OKLCH | oklch(0.5722 0.1065 173.87) | color: oklch(0.5722 0.1065 173.87) | |
| Lab | lab(51.93 -37.59 4.52) | color: lab(51.93 -37.59 4.52) | |
| LCH | lch(51.93 37.86 173.14) | color: lch(51.93 37.86 173.14) |
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)
#444579 — rgb(68, 69, 121)
Deuteranopia (Green-blind)
#3D337B — rgb(61, 51, 123)
Tritanopia (Blue-blind)
#137E7F — rgb(19, 126, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(168, 83%, 30%);
text
color: hsl(168, 83%, 30%);
border
border: 2px solid hsl(168, 83%, 30%);
gradient light
background: linear-gradient(to right, hsl(168, 83%, 50%), hsl(168, 83%, 30%));
gradient dark
background: linear-gradient(to right, hsl(168, 83%, 30%), hsl(168, 83%, 10%))
hex
background-color: #0D8C73;
tailwind
bg-[hsl(168,83%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(168, 83%, 30%, 0.4);
css variable
--color-primary: hsl(168, 83%, 30%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(168, 83%, 30%)?
HEX: #0D8C73 | RGB: rgb(13, 140, 115) | CMYK: 91%, 0%, 18%, 45% | HSV: 168°, 91%, 55%. Copy any format from the conversion table above.
What colors go well with #0D8C73?
The complementary color is HSL(348, 83%, 30%). For a triadic harmony, use hues 168°, 288°, and 48°. For analogous combinations, try hues 138° and 198°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(168, 83%, 30%) in CSS?
As HSL: color: hsl(168, 83%, 30%); — As HEX: color: #0D8C73; — As RGB: color: rgb(13, 140, 115); — Tailwind CSS: bg-[hsl(168,83%,30%)] — CSS variable: --color-primary: hsl(168, 83%, 30%);