Atlantis
#336172
Looking for the precise values behind Atlantis (#336172)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #336172 | |
|---|---|---|
| RGB | rgb(51, 97, 114) | |
| HSL | hsl(196, 38%, 32%) | |
| CMYK | cmyk(55%, 15%, 0%, 55%) | |
| LAB | lab(38, -12, -15) | |
| OKLCH | oklch(0.47 0.057 224) |
Color harmonies
Tints & shades
Code snippets
color: #336172;
background-color: #336172;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF336172)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.38, blue: 0.45, alpha: 1.0)