HSL(192, 25%, 53%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,25%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 25%, 53%) | color: hsl(192, 25%, 53%) | |
| HEX | #6999A5 | color: #6999A5 | |
| RGB | rgb(105, 153, 165) | color: rgb(105, 153, 165) | |
| CMYK | cmyk(36%, 7%, 0%, 35%) | — | |
| HSV | hsv(192, 36%, 65%) | — | |
| HWB | hwb(192 42% 35%) | color: hwb(192 42% 35%) | |
| OKLCH | oklch(0.6531 0.0544 215.07) | color: oklch(0.6531 0.0544 215.07) | |
| Lab | lab(60.34 -12.99 -11.41) | color: lab(60.34 -12.99 -11.41) | |
| LCH | lch(60.34 17.29 221.3) | color: lch(60.34 17.29 221.3) |
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)
#7E7EA2 — rgb(126, 126, 162)
Deuteranopia (Green-blind)
#7B77A1 — rgb(123, 119, 161)
Tritanopia (Blue-blind)
#6BA09F — rgb(107, 160, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 25%, 53%);
text
color: hsl(192, 25%, 53%);
border
border: 2px solid hsl(192, 25%, 53%);
gradient light
background: linear-gradient(to right, hsl(192, 25%, 73%), hsl(192, 25%, 53%));
gradient dark
background: linear-gradient(to right, hsl(192, 25%, 53%), hsl(192, 25%, 33%))
hex
background-color: #6999A5;
tailwind
bg-[hsl(192,25%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 25%, 53%, 0.4);
css variable
--color-primary: hsl(192, 25%, 53%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 25%, 53%)?
HEX: #6999A5 | RGB: rgb(105, 153, 165) | CMYK: 36%, 7%, 0%, 35% | HSV: 192°, 36%, 65%. Copy any format from the conversion table above.
What colors go well with #6999A5?
The complementary color is HSL(12, 25%, 53%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 25%, 53%) in CSS?
As HSL: color: hsl(192, 25%, 53%); — As HEX: color: #6999A5; — As RGB: color: rgb(105, 153, 165); — Tailwind CSS: bg-[hsl(192,25%,53%)] — CSS variable: --color-primary: hsl(192, 25%, 53%);