HSL(186, 46%, 35%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,46%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 46%, 35%) | color: hsl(186, 46%, 35%) | |
| HEX | #307A82 | color: #307A82 | |
| RGB | rgb(48, 122, 130) | color: rgb(48, 122, 130) | |
| CMYK | cmyk(63%, 6%, 0%, 49%) | — | |
| HSV | hsv(186, 63%, 51%) | — | |
| HWB | hwb(186 19% 49%) | color: hwb(186 19% 49%) | |
| OKLCH | oklch(0.537 0.0731 205.08) | color: oklch(0.537 0.0731 205.08) | |
| Lab | lab(47.18 -20.07 -11.19) | color: lab(47.18 -20.07 -11.19) | |
| LCH | lch(47.18 22.98 209.14) | color: lch(47.18 22.98 209.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#505180 — rgb(80, 81, 128)
Deuteranopia (Green-blind)
#4C4680 — rgb(76, 70, 128)
Tritanopia (Blue-blind)
#347F7E — rgb(52, 127, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 46%, 35%);
text
color: hsl(186, 46%, 35%);
border
border: 2px solid hsl(186, 46%, 35%);
gradient light
background: linear-gradient(to right, hsl(186, 46%, 55%), hsl(186, 46%, 35%));
gradient dark
background: linear-gradient(to right, hsl(186, 46%, 35%), hsl(186, 46%, 15%))
hex
background-color: #307A82;
tailwind
bg-[hsl(186,46%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 46%, 35%, 0.4);
css variable
--color-primary: hsl(186, 46%, 35%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 46%, 35%)?
HEX: #307A82 | RGB: rgb(48, 122, 130) | CMYK: 63%, 6%, 0%, 49% | HSV: 186°, 63%, 51%. Copy any format from the conversion table above.
What colors go well with #307A82?
The complementary color is HSL(6, 46%, 35%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 46%, 35%) in CSS?
As HSL: color: hsl(186, 46%, 35%); — As HEX: color: #307A82; — As RGB: color: rgb(48, 122, 130); — Tailwind CSS: bg-[hsl(186,46%,35%)] — CSS variable: --color-primary: hsl(186, 46%, 35%);