Iridescent
#3a5b52
Here's everything about the color Iridescent (#3a5b52) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #3a5b52 | |
|---|---|---|
| RGB | rgb(58, 91, 82) | |
| HSL | hsl(164, 22%, 29%) | |
| CMYK | cmyk(36%, 0%, 10%, 64%) | |
| LAB | lab(36, -14, 1) | |
| OKLCH | oklch(0.44 0.042 175) |
Color harmonies
Tints & shades
Code snippets
color: #3a5b52;
background-color: #3a5b52;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3A5B52)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.36, blue: 0.32, alpha: 1.0)