North Atlantic
#5e7b7f
Looking for the precise values behind North Atlantic (#5e7b7f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5e7b7f | |
|---|---|---|
| RGB | rgb(94, 123, 127) | |
| HSL | hsl(187, 15%, 43%) | |
| CMYK | cmyk(26%, 3%, 0%, 50%) | |
| LAB | lab(49, -10, -6) | |
| OKLCH | oklch(0.56 0.034 207) |
Color harmonies
Tints & shades
Code snippets
color: #5e7b7f;
background-color: #5e7b7f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF5E7B7F)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.48, blue: 0.50, alpha: 1.0)