One Year of Rain
#29465b
Looking for the precise values behind One Year of Rain (#29465b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #29465b | |
|---|---|---|
| RGB | rgb(41, 70, 91) | |
| HSL | hsl(205, 38%, 26%) | |
| CMYK | cmyk(55%, 23%, 0%, 64%) | |
| LAB | lab(28, -6, -16) | |
| OKLCH | oklch(0.38 0.05 241) |
Color harmonies
Tints & shades
Code snippets
color: #29465b;
background-color: #29465b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF29465B)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.27, blue: 0.36, alpha: 1.0)