Stonewash
#74819a
Looking for the precise values behind Stonewash (#74819a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #74819a | |
|---|---|---|
| RGB | rgb(116, 129, 154) | |
| HSL | hsl(219, 16%, 53%) | |
| CMYK | cmyk(25%, 16%, 0%, 40%) | |
| LAB | lab(54, -1, -15) | |
| OKLCH | oklch(0.6 0.041 263) |
Color harmonies
Tints & shades
Code snippets
color: #74819a;
background-color: #74819a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF74819A)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.51, blue: 0.60, alpha: 1.0)