HSL(181, 94%, 70%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,94%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 94%, 70%) | color: hsl(181, 94%, 70%) | |
| HEX | #6BF8FA | color: #6BF8FA | |
| RGB | rgb(107, 248, 250) | color: rgb(107, 248, 250) | |
| CMYK | cmyk(57%, 1%, 0%, 2%) | — | |
| HSV | hsv(181, 57%, 98%) | — | |
| HWB | hwb(181 42% 2%) | color: hwb(181 42% 2%) | |
| OKLCH | oklch(0.9032 0.1214 196.51) | color: oklch(0.9032 0.1214 196.51) | |
| Lab | lab(90.39 -37.25 -12.46) | color: lab(90.39 -37.25 -12.46) | |
| LCH | lch(90.39 39.28 198.49) | color: lch(90.39 39.28 198.49) |
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)
#A8A9FA — rgb(168, 169, 250)
Deuteranopia (Green-blind)
#A095F9 — rgb(160, 149, 249)
Tritanopia (Blue-blind)
#72F9F9 — rgb(114, 249, 249)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 94%, 70%);
text
color: hsl(181, 94%, 70%);
border
border: 2px solid hsl(181, 94%, 70%);
gradient light
background: linear-gradient(to right, hsl(181, 94%, 90%), hsl(181, 94%, 70%));
gradient dark
background: linear-gradient(to right, hsl(181, 94%, 70%), hsl(181, 94%, 50%))
hex
background-color: #6BF8FA;
tailwind
bg-[hsl(181,94%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 94%, 70%, 0.4);
css variable
--color-primary: hsl(181, 94%, 70%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 94%, 70%)?
HEX: #6BF8FA | RGB: rgb(107, 248, 250) | CMYK: 57%, 1%, 0%, 2% | HSV: 181°, 57%, 98%. Copy any format from the conversion table above.
What colors go well with #6BF8FA?
The complementary color is HSL(1, 94%, 70%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 94%, 70%) in CSS?
As HSL: color: hsl(181, 94%, 70%); — As HEX: color: #6BF8FA; — As RGB: color: rgb(107, 248, 250); — Tailwind CSS: bg-[hsl(181,94%,70%)] — CSS variable: --color-primary: hsl(181, 94%, 70%);