Arctic Nights
#345c61
Looking for the precise values behind Arctic Nights (#345c61)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #345c61 | |
|---|---|---|
| RGB | rgb(52, 92, 97) | |
| HSL | hsl(187, 30%, 29%) | |
| CMYK | cmyk(46%, 5%, 0%, 62%) | |
| LAB | lab(36, -14, -8) | |
| OKLCH | oklch(0.45 0.046 206) |
Color harmonies
Tints & shades
Code snippets
color: #345c61;
background-color: #345c61;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF345C61)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.36, blue: 0.38, alpha: 1.0)