HSL(180, 50%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(180,50%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 50%, 28%) | color: hsl(180, 50%, 28%) | |
| HEX | #246B6B | color: #246B6B | |
| RGB | rgb(36, 107, 107) | color: rgb(36, 107, 107) | |
| CMYK | cmyk(66%, 0%, 0%, 58%) | — | |
| HSV | hsv(180, 66%, 42%) | — | |
| HWB | hwb(180 14% 58%) | color: hwb(180 14% 58%) | |
| OKLCH | oklch(0.4845 0.0691 195.11) | color: oklch(0.4845 0.0691 195.11) | |
| Lab | lab(41.14 -21.49 -6.49) | color: lab(41.14 -21.49 -6.49) | |
| LCH | lch(41.14 22.45 196.8) | color: lch(41.14 22.45 196.8) |
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)
#43436B — rgb(67, 67, 107)
Deuteranopia (Green-blind)
#3F396B — rgb(63, 57, 107)
Tritanopia (Blue-blind)
#286B6B — rgb(40, 107, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 50%, 28%);
text
color: hsl(180, 50%, 28%);
border
border: 2px solid hsl(180, 50%, 28%);
gradient light
background: linear-gradient(to right, hsl(180, 50%, 48%), hsl(180, 50%, 28%));
gradient dark
background: linear-gradient(to right, hsl(180, 50%, 28%), hsl(180, 50%, 8%))
hex
background-color: #246B6B;
tailwind
bg-[hsl(180,50%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 50%, 28%, 0.4);
css variable
--color-primary: hsl(180, 50%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 50%, 28%)?
HEX: #246B6B | RGB: rgb(36, 107, 107) | CMYK: 66%, 0%, 0%, 58% | HSV: 180°, 66%, 42%. Copy any format from the conversion table above.
What colors go well with #246B6B?
The complementary color is HSL(0, 50%, 28%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 50%, 28%) in CSS?
As HSL: color: hsl(180, 50%, 28%); — As HEX: color: #246B6B; — As RGB: color: rgb(36, 107, 107); — Tailwind CSS: bg-[hsl(180,50%,28%)] — CSS variable: --color-primary: hsl(180, 50%, 28%);