Haddock’s Sweater
#277aba
Looking for the precise values behind Haddock’s Sweater (#277aba)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #277aba | |
|---|---|---|
| RGB | rgb(39, 122, 186) | |
| HSL | hsl(206, 65%, 44%) | |
| CMYK | cmyk(79%, 34%, 0%, 27%) | |
| LAB | lab(49, -8, -41) | |
| OKLCH | oklch(0.56 0.126 246) |
Color harmonies
Tints & shades
Code snippets
color: #277aba;
background-color: #277aba;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF277ABA)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.48, blue: 0.73, alpha: 1.0)