Widowmaker
#99aaff
Here's everything about the color Widowmaker (#99aaff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #99aaff | |
|---|---|---|
| RGB | rgb(153, 170, 255) | |
| HSL | hsl(230, 100%, 80%) | |
| CMYK | cmyk(40%, 33%, 0%, 0%) | |
| LAB | lab(71, 10, -45) | |
| OKLCH | oklch(0.76 0.124 274) |
Color harmonies
Tints & shades
Code snippets
color: #99aaff;
background-color: #99aaff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFF99AAFF)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.67, blue: 1.00, alpha: 1.0)