Diver’s Eden
#3a797e
Looking for the precise values behind Diver’s Eden (#3a797e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3a797e | |
|---|---|---|
| RGB | rgb(58, 121, 126) | |
| HSL | hsl(184, 37%, 36%) | |
| CMYK | cmyk(54%, 4%, 0%, 51%) | |
| LAB | lab(47, -20, -9) | |
| OKLCH | oklch(0.54 0.065 202) |
Color harmonies
Tints & shades
Code snippets
color: #3a797e;
background-color: #3a797e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF3A797E)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.47, blue: 0.49, alpha: 1.0)