HSL(190, 92%, 73%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(190,92%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 92%, 73%) | color: hsl(190, 92%, 73%) | |
| HEX | #7BE4F9 | color: #7BE4F9 | |
| RGB | rgb(123, 228, 249) | color: rgb(123, 228, 249) | |
| CMYK | cmyk(51%, 8%, 0%, 2%) | — | |
| HSV | hsv(190, 51%, 98%) | — | |
| HWB | hwb(190 48% 2%) | color: hwb(190 48% 2%) | |
| OKLCH | oklch(0.8633 0.1015 212.19) | color: oklch(0.8633 0.1015 212.19) | |
| Lab | lab(85.27 -24.94 -19.58) | color: lab(85.27 -24.94 -19.58) | |
| LCH | lch(85.27 31.71 218.13) | color: lch(85.27 31.71 218.13) |
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)
#A8A9F4 — rgb(168, 169, 244)
Deuteranopia (Green-blind)
#A29BF3 — rgb(162, 155, 243)
Tritanopia (Blue-blind)
#80F0EF — rgb(128, 240, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 92%, 73%);
text
color: hsl(190, 92%, 73%);
border
border: 2px solid hsl(190, 92%, 73%);
gradient light
background: linear-gradient(to right, hsl(190, 92%, 93%), hsl(190, 92%, 73%));
gradient dark
background: linear-gradient(to right, hsl(190, 92%, 73%), hsl(190, 92%, 53%))
hex
background-color: #7BE4F9;
tailwind
bg-[hsl(190,92%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 92%, 73%, 0.4);
css variable
--color-primary: hsl(190, 92%, 73%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 92%, 73%)?
HEX: #7BE4F9 | RGB: rgb(123, 228, 249) | CMYK: 51%, 8%, 0%, 2% | HSV: 190°, 51%, 98%. Copy any format from the conversion table above.
What colors go well with #7BE4F9?
The complementary color is HSL(10, 92%, 73%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 92%, 73%) in CSS?
As HSL: color: hsl(190, 92%, 73%); — As HEX: color: #7BE4F9; — As RGB: color: rgb(123, 228, 249); — Tailwind CSS: bg-[hsl(190,92%,73%)] — CSS variable: --color-primary: hsl(190, 92%, 73%);