HSL(193, 21%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,21%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 21%, 65%) | color: hsl(193, 21%, 65%) | |
| HEX | #93B0B8 | color: #93B0B8 | |
| RGB | rgb(147, 176, 184) | color: rgb(147, 176, 184) | |
| CMYK | cmyk(20%, 4%, 0%, 28%) | — | |
| HSV | hsv(193, 20%, 72%) | — | |
| HWB | hwb(193 58% 28%) | color: hwb(193 58% 28%) | |
| OKLCH | oklch(0.738 0.0338 216.28) | color: oklch(0.738 0.0338 216.28) | |
| Lab | lab(69.97 -8.12 -7.38) | color: lab(69.97 -8.12 -7.38) | |
| LCH | lch(69.97 10.97 222.27) | color: lch(69.97 10.97 222.27) |
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)
#A0A0B6 — rgb(160, 160, 182)
Deuteranopia (Green-blind)
#9E9CB6 — rgb(158, 156, 182)
Tritanopia (Blue-blind)
#94B5B4 — rgb(148, 181, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 21%, 65%);
text
color: hsl(193, 21%, 65%);
border
border: 2px solid hsl(193, 21%, 65%);
gradient light
background: linear-gradient(to right, hsl(193, 21%, 85%), hsl(193, 21%, 65%));
gradient dark
background: linear-gradient(to right, hsl(193, 21%, 65%), hsl(193, 21%, 45%))
hex
background-color: #93B0B8;
tailwind
bg-[hsl(193,21%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 21%, 65%, 0.4);
css variable
--color-primary: hsl(193, 21%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 21%, 65%)?
HEX: #93B0B8 | RGB: rgb(147, 176, 184) | CMYK: 20%, 4%, 0%, 28% | HSV: 193°, 20%, 72%. Copy any format from the conversion table above.
What colors go well with #93B0B8?
The complementary color is HSL(13, 21%, 65%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(193, 21%, 65%) in CSS?
As HSL: color: hsl(193, 21%, 65%); — As HEX: color: #93B0B8; — As RGB: color: rgb(147, 176, 184); — Tailwind CSS: bg-[hsl(193,21%,65%)] — CSS variable: --color-primary: hsl(193, 21%, 65%);