Whale
#7c8181
Looking for the precise values behind Whale (#7c8181)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7c8181 | |
|---|---|---|
| RGB | rgb(124, 129, 129) | |
| HSL | hsl(180, 2%, 50%) | |
| CMYK | cmyk(4%, 0%, 0%, 49%) | |
| LAB | lab(54, -2, -1) | |
| OKLCH | oklch(0.6 0.006 197) |
Color harmonies
Tints & shades
Code snippets
color: #7c8181;
background-color: #7c8181;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF7C8181)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.51, blue: 0.51, alpha: 1.0)