HSL(187, 35%, 54%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,35%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 35%, 54%) | color: hsl(187, 35%, 54%) | |
| HEX | #61A9B3 | color: #61A9B3 | |
| RGB | rgb(97, 169, 179) | color: rgb(97, 169, 179) | |
| CMYK | cmyk(46%, 6%, 0%, 30%) | — | |
| HSV | hsv(187, 46%, 70%) | — | |
| HWB | hwb(187 38% 30%) | color: hwb(187 38% 30%) | |
| OKLCH | oklch(0.6915 0.0736 207.1) | color: oklch(0.6915 0.0736 207.1) | |
| Lab | lab(65.1 -19.86 -12.18) | color: lab(65.1 -19.86 -12.18) | |
| LCH | lch(65.1 23.3 211.52) | color: lch(65.1 23.3 211.52) |
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)
#8081B1 — rgb(128, 129, 177)
Deuteranopia (Green-blind)
#7C77B0 — rgb(124, 119, 176)
Tritanopia (Blue-blind)
#65AFAE — rgb(101, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 35%, 54%);
text
color: hsl(187, 35%, 54%);
border
border: 2px solid hsl(187, 35%, 54%);
gradient light
background: linear-gradient(to right, hsl(187, 35%, 74%), hsl(187, 35%, 54%));
gradient dark
background: linear-gradient(to right, hsl(187, 35%, 54%), hsl(187, 35%, 34%))
hex
background-color: #61A9B3;
tailwind
bg-[hsl(187,35%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 35%, 54%, 0.4);
css variable
--color-primary: hsl(187, 35%, 54%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 35%, 54%)?
HEX: #61A9B3 | RGB: rgb(97, 169, 179) | CMYK: 46%, 6%, 0%, 30% | HSV: 187°, 46%, 70%. Copy any format from the conversion table above.
What colors go well with #61A9B3?
The complementary color is HSL(7, 35%, 54%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 35%, 54%) in CSS?
As HSL: color: hsl(187, 35%, 54%); — As HEX: color: #61A9B3; — As RGB: color: rgb(97, 169, 179); — Tailwind CSS: bg-[hsl(187,35%,54%)] — CSS variable: --color-primary: hsl(187, 35%, 54%);