HSL(193, 26%, 53%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,26%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 26%, 53%) | color: hsl(193, 26%, 53%) | |
| HEX | #6899A6 | color: #6899A6 | |
| RGB | rgb(104, 153, 166) | color: rgb(104, 153, 166) | |
| CMYK | cmyk(37%, 8%, 0%, 35%) | — | |
| HSV | hsv(193, 37%, 65%) | — | |
| HWB | hwb(193 41% 35%) | color: hwb(193 41% 35%) | |
| OKLCH | oklch(0.6529 0.0558 216.18) | color: oklch(0.6529 0.0558 216.18) | |
| Lab | lab(60.32 -13.01 -12.02) | color: lab(60.32 -13.01 -12.02) | |
| LCH | lch(60.32 17.71 222.73) | color: lch(60.32 17.71 222.73) |
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)
#7D7EA3 — rgb(125, 126, 163)
Deuteranopia (Green-blind)
#7A77A2 — rgb(122, 119, 162)
Tritanopia (Blue-blind)
#6AA0A0 — rgb(106, 160, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 26%, 53%);
text
color: hsl(193, 26%, 53%);
border
border: 2px solid hsl(193, 26%, 53%);
gradient light
background: linear-gradient(to right, hsl(193, 26%, 73%), hsl(193, 26%, 53%));
gradient dark
background: linear-gradient(to right, hsl(193, 26%, 53%), hsl(193, 26%, 33%))
hex
background-color: #6899A6;
tailwind
bg-[hsl(193,26%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 26%, 53%, 0.4);
css variable
--color-primary: hsl(193, 26%, 53%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 26%, 53%)?
HEX: #6899A6 | RGB: rgb(104, 153, 166) | CMYK: 37%, 8%, 0%, 35% | HSV: 193°, 37%, 65%. Copy any format from the conversion table above.
What colors go well with #6899A6?
The complementary color is HSL(13, 26%, 53%). 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, 26%, 53%) in CSS?
As HSL: color: hsl(193, 26%, 53%); — As HEX: color: #6899A6; — As RGB: color: rgb(104, 153, 166); — Tailwind CSS: bg-[hsl(193,26%,53%)] — CSS variable: --color-primary: hsl(193, 26%, 53%);